The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Point_Light_Display_Type
/*
 * ENUM: SE_Point_Light_Display_Type
 *
 *   This data type specifies the technology of the display used
 *   to render a set of points of light.
 */
typedef enum
{
SE_PTLTDISPTYP_RASTER,1
SE_PTLTDISPTYP_CALLIGRAPHIC2
} SE_Point_Light_Display_Type;


Enumerant Notes

1 The light is to be rendered during the scan of the entire display.

2 The light is to be rendered explicitly to the portion of the display at which the point is to be produced.




Prev: SE_Pixel_Fill_Method. Next: SE_Polygon_Flag.


Return to: Top of this Page, Type Index