A Colorselector is a color selection widget.
It allows application to set a series of colors. It also allows to load/save colors from/to config with a unique identifier, by default, the colors are loaded/saved from/to config using “default” identifier. The colors can be picked by user from the color set by clicking on individual color item on the palette or by selecting it from selector.
"changed"
- When the color value changes on selector
"color,item,selected"
- When user clicks on color item.The event_info parameter of the callback will be the selected color item.
"color,item,longpressed"
- When user long presses on color item.The event_info parameter of the callback will be the selected color item.
efl.elementary.
Colorselector
(Object parent, *args, **kwargs)¶parent (efl.evas.Object
) – The parent object
**kwargs – All the remaining keyword arguments are interpreted as properties of the instance
efl.elementary.
ColorselectorPaletteItem
(int r, int g, int b, int a, *args, **kwargs)¶r (int) – Red value of color
g (int) – Green value of color
b (int) – Blue value of color
a (int) – Alpha value of color
**kwargs – All the remaining keyword arguments are interpreted as properties of the instance