The SEDRIS Data Representation Model
APPENDIX C - Types
SE_CMY_Data
/*
 * STRUCT: SE_CMY_Data
 *
 *   This data type specifies colour data using the CMY colour model.
 *
 *   The allowable range for each colour component is
 *   [0.0, 1.0].
 */
typedef struct
{

SE_Long_Float cyan;1
SE_Long_Float magenta;2
SE_Long_Float yellow;3
} SE_CMY_Data;


Field Notes

cyan

0.0 is "fully off" and 1.0 is "fully on".

magenta

0.0 is "fully off" and 1.0 is "fully on".

yellow

0.0 is "fully off" and 1.0 is "fully on".




Prev: SE_Class_Structure. Next: SE_CMYK_Data.


Return to: Top of this Page, Type Index