The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Colour_Model
/*
 * REGISTERABLE ENUM: SE_Colour_Model
 *
 *   This data type specifies a colour model.
 */
typedef SE_Short_Integer SE_Colour_Model;
Enumerant Definition Value
SE_COLRMOD_RGB
 Colour values are specified using the red-green-blue (RGB)
 colour model.
1
SE_COLRMOD_CMY
 Colour values are specified using the cyan-magenta-yellow
 (CMY) colour model.
2
SE_COLRMOD_HSV
 Colour values are specified using the hue-saturation-value
 (HSV) colour model.
 (also known as HSB for Hue, Saturation, Brightness)
3



Prev: SE_Colour_Mapping. Next: SE_Contact_Information.


Return to: Top of this Page, Type Index