STK Graphics PrimitivesSend comments on this topic.
AgEStkGraphicsRenderPassHint Enumeration
See Also

Description

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

Members

MemberValueDescription
eStkGraphicsRenderPassHintOpaque0The collection of Color contains only opaque colors. This implies that each color's alpha component is 255.
eStkGraphicsRenderPassHintTranslucent1The collection of Color contains translucent colors. This implies that at least one color has an alpha component that is not 255.
eStkGraphicsRenderPassHintUnknown2It is unknown if the collection of Color contains opaque or translucent colors.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.