RenderPassHint#
- class ansys.stk.core.graphics.RenderPassHint#
IntEnum
Overview#
|
The collection of colors contains only opaque colors. This implies that each colorβs alpha component is 255. |
|
The collection of colors contains translucent colors. This implies that at least one color has an alpha component that is not 255. |
|
It is unknown if the collection of colors contains opaque or translucent colors. |
Import detail#
from ansys.stk.core.graphics import RenderPassHint