The SEDRIS Data Representation Model
APPENDIX C - Types
SE_CMY_Data
/*
 * STRUCT: SE_CMY_Data
 *
 *   This data type is used for Cyan Magenta Yellow colour model's data.
 */
typedef struct
{
SE_Long_Float cyan; (notes)
SE_Long_Float magenta; (notes)
SE_Long_Float yellow; (notes)
} SE_CMY_Data;


Field Notes


cyan

 Shall be between 0.0 and 1.0,
 where 0.0 is 'fully off' and 1.0 is 'fully on'

magenta

 Shall be between 0.0 and 1.0,
 where 0.0 is 'fully off' and 1.0 is 'fully on'

yellow

 Shall be between 0.0 and 1.0,
 where 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

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