ColorChooser.rgba

gdk.rgba.RGBA rgba() @property

Get rgba property.

Returns

The currently selected color, as a gdk.rgba.RGBA struct.

The property can be set to change the current selection programmatically.

Deprecated

void rgba(gdk.rgba.RGBA propval) @property

Set rgba property.

Parameters

propvalThe currently selected color, as a gdk.rgba.RGBA struct. The property can be set to change the current selection programmatically.

Deprecated