ColorChooserPropertyName
public enum ColorChooserPropertyName : String, PropertyNameProtocol
Undocumented
-
The currently selected color, as a
GdkRGBA
struct.The property can be set to change the current selection programmatically.
Declaration
Swift
case rgba = "rgba"
-
Whether colors may have alpha (translucency).
When
use-alpha
isfalse
, theGdkRGBA
struct obtained via the [propertyGtk.ColorChooser:rgba
] property will be forced to have alpha == 1.Implementations are expected to show alpha by rendering the color over a non-uniform background (like a checkerboard pattern).
Declaration
Swift
case useAlpha = "use-alpha"