|
libsf3
|
Description of a color change. More...
#include <sf3_text.h>

Data Fields | |
| struct sf3_markup | markup |
| 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]. | |
Description of a color change.
Definition at line 50 of file sf3_text.h.
| float sf3_markup_color::b |
The blue channel, in the range of [0,1].
Definition at line 57 of file sf3_text.h.
| float sf3_markup_color::g |
The green channel, in the range of [0,1].
Definition at line 55 of file sf3_text.h.
| struct sf3_markup sf3_markup_color::markup |
Definition at line 51 of file sf3_text.h.
| float sf3_markup_color::r |
The red channel, in the range of [0,1].
Definition at line 53 of file sf3_text.h.