Tizen Native API
Colorselector

A ColorSelector is a color selection widget.

colorselector_inheritance_tree.png

It allows an 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 a "default" identifier. The colors can be picked by the user from the color set by clicking on individual color items on the palette or by selecting it from the selector.

This widget inherits from the Layout one, so that all the functions acting on it also work for check objects.

This widget emits the following signals, besides the ones sent from Layout :

  • "changed" - When the color value changes on the selector. event_info is NULL.
  • "color,item,selected" - When the user clicks on a color item. The event_info parameter of the callback is the selected color item.
  • "color,item,longpressed" - When user long presses on a color item. The event_info parameter of the callback contains the selected color item.

Enumeration Type Documentation

Enumeration that defines the different modes supported by Colorselector.

See also:
elm_colorselector_mode_set()
elm_colorselector_mode_get()
Enumerator:
ELM_COLORSELECTOR_PALETTE 

Only the color palette is displayed

ELM_COLORSELECTOR_COMPONENTS 

Only the color selector is displayed

ELM_COLORSELECTOR_BOTH 

Both the Palette and the selector is displayed, default

ELM_COLORSELECTOR_PICKER 

Only the color picker is displayed

ELM_COLORSELECTOR_PLANE 

Only the color plane is displayed

ELM_COLORSELECTOR_PALETTE_PLANE 

Both the palette and the plane is displayed

ELM_COLORSELECTOR_ALL 

All possible color selectors are displayed