Max 5 API Reference
A color composed of red, green, and blue components. More...
#include <jpatcher_api.h>
Data Fields | |
double | red |
Red component in the range [0.0, 1.0]. | |
double | green |
Green component in the range [0.0, 1.0]. | |
double | blue |
Blue component in the range [0.0, 1.0]. |
A color composed of red, green, and blue components.
Typically such a color is assumed to be completely opaque (with no transparency).
Definition at line 81 of file jpatcher_api.h.