SbRasterImageComponents Enumeration |
Components type.
Namespace: OIV.Inventor.Image
Member name | Value | Description | |
---|---|---|---|
UNKNOWN | -1 | Unknown number of components. | |
LUMINANCE | 1 | Number of components 1 (luminance). | |
LUMINANCE_TRANSPARENCY | 2 | Number of components 2 (luminance + transparency). | |
RGB | 3 | Number of components 3 (RGB) (default). | |
RGB_TRANSPARENCY | 4 | Number of components 4 (RGB + transparency). | |
RGBE | 5 | Number of components 4 (RGBE). This is used by some HDR formats. |