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 120 of file robodktypes.h.
| float a | 
Alpha value (0 = transparent; 1 = opaque)
Definition at line 131 of file robodktypes.h.
| float b | 
Blue color.
Definition at line 128 of file robodktypes.h.
| float g | 
Green color.
Definition at line 125 of file robodktypes.h.
| float r | 
Red color.
Definition at line 122 of file robodktypes.h.