An optimization hint optionally provided to a <topic name='Primitives'>primitive's</topic>Set method to enhance performance when per-position colors are used.
Member | Value | Description |
---|---|---|
eStkGraphicsRenderPassHintOpaque | 0 | The collection of colors contains only opaque colors. This implies that each color's alpha component is 255. |
eStkGraphicsRenderPassHintTranslucent | 1 | The collection of colors contains translucent colors. This implies that at least one color has an alpha component that is not 255. |
eStkGraphicsRenderPassHintUnknown | 2 | It is unknown if the collection of colors contains opaque or translucent colors. |