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> is used to blend for the geometry
 fill method.



Prev: SE_Ordering_Reason. Next: SE_Polygon_Flag.


Return to: Top of this Page, Type Index

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