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)
} SE_Colour_Model;


Enumerant Notes


SE_CLR_MDL_RGB

 Red, Green, and Blue

SE_CLR_MDL_CMY

 Cyan, Magenta, Yellow

SE_CLR_MDL_HSV

 Hue, Saturation, Value
 (also known as HSB for Hue, Saturation, Brightness)



Prev: SE_Colour_Mapping. Next: SE_Display_Side.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™