Data Fields
_Efl_Gfx_Color Struct Reference

Define an RGBA color. More...

Data Fields

unsigned short r
 
unsigned short g
 The red component. More...
 
unsigned short b
 The green component. More...
 
unsigned short a
 The blue component. More...
 
Efl_Gfx_Color_Type type
 The alpha component. More...
 

Detailed Description

Define an RGBA color.

Field Documentation

◆ g

unsigned short _Efl_Gfx_Color::g

The red component.

◆ b

unsigned short _Efl_Gfx_Color::b

The green component.

◆ a

unsigned short _Efl_Gfx_Color::a

The blue component.

◆ type

Efl_Gfx_Color_Type _Efl_Gfx_Color::type

The alpha component.