|
|
|
NavigationPersonal tools |
Edje Color NotationThis website is deprecated!
Please refer and move articles to: http://trac.enlightenment.org/e/wiki/ The colors of all elements in an edje interface are defined using the RGBA (Red Blue Green Alpha) notation, with values between 0-255. The Alpha channel is used to set the opacity level of the resulting combination of the other three channels, with 255 being opaque and 0 being invisible.
[edit] Color Set
description {
color: 0-255 0-255 0-255 0-255;
color2: 0-255 0-255 0-255 0-255;
color3: 0-255 0-255 0-255 0-255;
}
There are three types of color properties.
|