edje_cc: fix color_class description

It can't be overridden by color values in state. Colors can only be
modified.

@fix
This commit is contained in:
Andrii Kroitor 2017-10-27 13:03:28 +03:00
parent 63e97098f0
commit a18e7f5242
1 changed files with 7 additions and 1 deletions

View File

@ -9292,7 +9292,7 @@ st_collections_group_parts_part_description_aspect_preference(void)
[color class name]
@effect
The part will use the color values of the named color_class, these
values can be overridden by the "color", "color2" and "color3"
values can be modified by the "color", "color2" and "color3"
properties set below.
@endproperty
*/
@ -9329,6 +9329,8 @@ st_collections_group_parts_part_description_color_class(void)
i.e "#F00F" or "#F00".\n
In string format you can omit alpha channel and it will be set to FF.
If color_class is set resulting color channel values will be (color * color_class / 255)
Defaults: 255 255 255 255
@endproperty
*/
@ -9363,6 +9365,8 @@ st_collections_group_parts_part_description_color(void)
i.e "#F00F" or "#F00".\n
In string format you can omit alpha channel and it will be set to FF.
If color_class is set resulting color channel values will be (color * color_class / 255)
Defaults: 0 0 0 255
@endproperty
*/
@ -9397,6 +9401,8 @@ st_collections_group_parts_part_description_color2(void)
i.e "#F00F" or "#F00".\n
In string format you can omit alpha channel and it will be set to FF.
If color_class is set resulting color channel values will be (color * color_class / 255)
Defaults: 0 0 0 128
@endproperty
*/