The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Pixel_Fill_Method
/*
 * ENUM: SE_Pixel_Fill_Method
 *
 *   This data type is used in <Rendering Properties> instances
 *   to specify the colour blending method.
 */
typedef enum
{
SE_PXL_FILL_METH_CONSTANT, (notes)
SE_PXL_FILL_METH_BLEND (notes)
} SE_Pixel_Fill_Method;


Enumerant Notes


SE_PXL_FILL_METH_CONSTANT

 The geometry/polygon colour defines the constant pixel colour across
 the geometry attribute.

SE_PXL_FILL_METH_BLEND

 Colour/intensity at each <Vertex> instance is used to blend for the
 geometry fill method.



Prev: SE_Ordering_Reason. Next: SE_Point_Light_Display_Type.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS