The SEDRIS Data Representation Model
APPENDIX C - Types
SE_RGB_Data
/*
 * STRUCT: SE_RGB_Data
 *
 *   This data type specifies the colour data in the RGB colour model.
 */
typedef struct
{

SE_Long_Float red;1
SE_Long_Float green;2
SE_Long_Float blue;3
} SE_RGB_Data;


Field Notes

red

The red field is a number indicating the proportion of red contributing to the colour.

green

The green field is a number indicating the proportion of green contributing to the colour.

blue

The blue field is a number indicating the proportion of blue contributing to the colour.




Prev: SE_Requirement. Next: SE_Rotation_Data.


Return to: Top of this Page, Type Index