RenderPassHint#

class ansys.stk.core.graphics.RenderPassHint#

IntEnum

Overview#

OPAQUE

The collection of colors contains only opaque colors. This implies that each color’s alpha component is 255.

TRANSLUCENT

The collection of colors contains translucent colors. This implies that at least one color has an alpha component that is not 255.

UNKNOWN

It is unknown if the collection of colors contains opaque or translucent colors.

Import detail#

from ansys.stk.core.graphics import RenderPassHint