AGI STK Graphics 11 Send comments on this topic.
AgEStkGraphicsRenderPassHint Enumeration
See Also 

Description

An optimization hint optionally provided to a primitive'sSet method to enhance performance when per-position colors are used.

Members

Member Value Description
eStkGraphicsRenderPassHintOpaque 0 The collection of Color contains only opaque colors. This implies that each color's alpha component is 255.
eStkGraphicsRenderPassHintTranslucent 1 The collection of Color 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 Color contains opaque or translucent colors.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1