|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Colour_Model |
|---|
/* * ENUM: SE_Colour_Model * * This data type specifies the current colour model of an * SE_Colour_Data structure. */
| typedef | enum | |
| { | ||
| SE_CLR_MDL_RGB, | (notes) | |
| SE_CLR_MDL_CMY, | (notes) | |
| SE_CLR_MDL_HSV | (notes) |
Red, Green, and Blue
Cyan, Magenta, Yellow
Hue, Saturation, Value (also known as HSB for Hue, Saturation, Brightness)
|