-
public uint16 get_alpha ()
Returns the current alpha value.
-
public void get_color (out Color color)
Sets color to be the current color in the
ColorButton widget.
-
public unowned string get_title ()
Gets the title of the color selection dialog.
-
public bool get_use_alpha ()
Does the color selection dialog use the alpha channel?
-
public void set_alpha (uint16 alpha)
Sets the current opacity to be alpha.
-
public void set_color (Color color)
Sets the current color to be color.
-
public void set_title (string title)
Sets the title for the color selection dialog.
-
public void set_use_alpha (bool use_alpha)
Sets whether or not the color button should use the alpha channel.