|
libsf3
|
Description of a colour of a shape. More...
#include <sf3_vector_graphic.h>
Data Fields | |
| float | r |
| The red channel, in the range of [0,1]. | |
| float | g |
| The green channel, in the range of [0,1]. | |
| float | b |
| The blue channel, in the range of [0,1]. | |
| float | a |
| The alpha channel, in the range of [0,1]. | |
Description of a colour of a shape.
Definition at line 46 of file sf3_vector_graphic.h.
| float sf3_color::a |
The alpha channel, in the range of [0,1].
Definition at line 54 of file sf3_vector_graphic.h.
| float sf3_color::b |
The blue channel, in the range of [0,1].
Definition at line 52 of file sf3_vector_graphic.h.
| float sf3_color::g |
The green channel, in the range of [0,1].
Definition at line 50 of file sf3_vector_graphic.h.
| float sf3_color::r |
The red channel, in the range of [0,1].
Definition at line 48 of file sf3_vector_graphic.h.