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

 Value shall be between 0.0 and 1.0, where
 0.0 is "fully off" and 1.0 is "fully on".

magenta

 Value shall be between 0.0 and 1.0, where
 0.0 is "fully off" and 1.0 is "fully on".

yellow

 Value 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: July 16, 2004 Copyright © 2004 SEDRIS