The Color struct represents an RGBA color (each color component should be in the range [0-1]) More...
#include <robodktypes.h>
Public Attributes | |
| float | r |
| Red color. | |
| float | g |
| Green color. | |
| float | b |
| Blue color. | |
| float | a |
| Alpha value (0 = transparent; 1 = opaque) | |
The Color struct represents an RGBA color (each color component should be in the range [0-1])
Definition at line 124 of file robodktypes.h.
| float a |
Alpha value (0 = transparent; 1 = opaque)
Definition at line 135 of file robodktypes.h.
| float b |
Blue color.
Definition at line 132 of file robodktypes.h.
| float g |
Green color.
Definition at line 129 of file robodktypes.h.
| float r |
Red color.
Definition at line 126 of file robodktypes.h.