A structure that contains rgba values for a color.
More...
#include <picasso.h>
|
float | r |
|
float | g |
|
float | b |
|
float | a |
|
A structure that contains rgba values for a color.
Definition at line 212 of file picasso.h.
the alpha component for a color (0 ~ 1).
Definition at line 220 of file picasso.h.
the blue component for a color (0 ~ 1).
Definition at line 218 of file picasso.h.
the green component for a color (0 ~ 1).
Definition at line 216 of file picasso.h.
the red component for a color (0 ~ 1).
Definition at line 214 of file picasso.h.
The documentation for this struct was generated from the following file: