The Color struct represents an RGBA color (each color component should be in the range [0-1])More...
#include <robodktypes.h>
| Public Attributes | |
| 浮动 | r | 
| Red color.More... | |
| 浮动 | g | 
| Green color.More... | |
| 浮动 | b | 
| 蓝色的颜色。More... | |
| 浮动 | a | 
| Alpha value (0 = transparent; 1 = opaque)More... | |
The Color struct represents an RGBA color (each color component should be in the range [0-1])
Definition at line120of filerobodktypes.h.
| 浮动a | 
Alpha value (0 = transparent; 1 = opaque)
Definition at line131of filerobodktypes.h.
| 浮动b | 
蓝色的颜色。
Definition at line128of filerobodktypes.h.
| 浮动g | 
Green color.
Definition at line125of filerobodktypes.h.
| 浮动r | 
Red color.
Definition at line122of filerobodktypes.h.