The SEDRIS Data Representation Model
APPENDIX C - Types
SE_RGB_Data
/*
 * STRUCT: SE_RGB_Data
 *
 *   This data type is used for Red Green Blue colour model's data.
 */
typedef struct
{
SE_Long_Float red; (notes)
SE_Long_Float green; (notes)
SE_Long_Float blue; (notes)
} SE_RGB_Data;


Field Notes


red

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

green

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

blue

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



Prev: SE_Requirement. Next: SE_Rotation_Data.


Return to: Top of this Page, Type Index

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