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 gtk:color-chooser-rgba function gets the currently selected color. The (setf gtk:color-chooser-rgba) function 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

2023-6-12