The SEDRIS Data Representation Model
APPENDIX C - Types
SE_CMYK_Data
|
/*
* STRUCT: SE_CMYK_Data
*
* This data type is used for Cyan Magenta Yellow Black colour model's data
*
* cyan = 0.0 fully off, cyan = 1.0 fully on
* magenta = 0.0 fully off, magenta = 1.0 fully on
* yellow = 0.0 fully off, yellow = 1.0 fully on
* black = 0.0 fully off, black = 1.0 fully on
*
* CMYK SUPPORT NOTE: Support for the CMYK (Cyan Magenta Yellow blacK)
* colour model is provided as a convenience, but it is provided in
* separate functions, the SE_CMYtoCMYK() and SE_CMYKtoCMY() functions.
* Thus, the SE_CMYK_DATA structure is not included in the general
* SE_COLOUR_DATA structure.
*/
} SE_CMYK_Data;
Field Notes
Value shall be between 0.0 and 1.0, where
0.0 is "fully off" and 1.0 is "fully on".
Value shall be between 0.0 and 1.0, where
0.0 is "fully off" and 1.0 is "fully on".
Value shall be between 0.0 and 1.0, where
0.0 is "fully off" and 1.0 is "fully on".
Value shall be between 0.0 and 1.0, where
0.0 is "fully off" and 1.0 is "fully on".
Prev: SE_CMY_Data.
Next: SE_Colour_Binding.
Return to:
Top of this Page,
Type Index
|
Last updated: July 16, 2004
|
Copyright © 2004 SEDRIS
|
|