A structure that contains rgba values for a color.
More...
#include <picasso.h>
Data Fields |
float | r |
float | g |
float | b |
float | a |
Detailed Description
A structure that contains rgba values for a color.
Definition at line 221 of file picasso.h.
Field Documentation
the alpha component for a color (0 ~ 1).
Definition at line 229 of file picasso.h.
the blue component for a color (0 ~ 1).
Definition at line 227 of file picasso.h.
the green component for a color (0 ~ 1).
Definition at line 225 of file picasso.h.
the red component for a color (0 ~ 1).
Definition at line 223 of file picasso.h.
The documentation for this struct was generated from the following file: