RasterFormat#
- class ansys.stk.core.graphics.RasterFormat#
IntEnum
Overview#
|
The format of the raster is a single band consisting of red values. |
|
The format of the raster is a single band consisting of green values. |
|
The format of the raster is a single band consisting of blue values. |
|
The format of the raster is a single band consisting of alpha values. |
|
The format of the raster is three bands consisting of red, green, and blue values. |
|
The format of the raster is three bands consisting of blue, green, and red values. |
|
The format of the raster is four bands consisting of red, green, blue, and alpha values. |
|
The format of the raster is four bands consisting of blue, green, red, and alpha values. |
|
The format of the raster is a single band consisting of luminance values. |
|
The format of the raster is two bands consisting of luminance and alpha values. |
Import detail#
from ansys.stk.core.graphics import RasterFormat