/* * ENUM: SE_PIXEL_FILL_METHOD_ENUM * * Used in <Rendering Properties> to specify the color blending method. */
| typedef | enum | |
| { | ||
| SE_CONSTANT, | (notes) | |
| SE_BLEND | (notes) |
The geometry/polygon color defines the constant pixel color across the geometry attribute.
Color/intensity at each <Vertex> is used to blend for the geometry fill method.Prev: SE_ORDERED_UNION_TYPE_ENUM. Next: SE_POLYGON_FLAGS_ENUM. Up:Index