ColorChooserPropertyName
public enum ColorChooserPropertyName : String, PropertyNameProtocol
Undocumented
-
The
rgbaproperty contains the currently selected color, as aGdkRGBAstruct. The property can be set to change the current selection programmatically.Declaration
Swift
case rgba = "rgba" -
When
use-alphaistrue, colors may have alpha (translucency) information. When it isfalse, theGdkRGBAstruct obtained via theGtkColorChooser:rgbaproperty 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"
View on GitHub
Install in Dash
ColorChooserPropertyName Enumeration Reference