Package: gtk

Accessor gtk-color-chooser-rgba

Lambda List

gtk-color-chooser-rgba (object)

Syntax

(gtk-color-chooser-rgba object) => color
(setf (gtk-color-chooser-rgba object) color)

Arguments

object -- a gtk-color-chooser widget
color -- a gdk-rgba color

Details

Accessor of the rgba slot of the gtk-color-chooser class.

The slot access function gtk-color-chooser-rgba gets the currently selected color. The slot access function (setf gtk-color-chooser-rgba) sets the color.

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

See also

*2021-1-24