Click or drag to resize
SbRasterImageComponents Enumeration

Components type.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum Components
Members
  Member nameValueDescription
UNKNOWN-1

Unknown number of components.

LUMINANCE1

Number of components 1 (luminance).

LUMINANCE_TRANSPARENCY2

Number of components 2 (luminance + transparency).

RGB3

Number of components 3 (RGB) (default).

RGB_TRANSPARENCY4

Number of components 4 (RGB + transparency).

RGBE5

Number of components 4 (RGBE).

This is used by some HDR formats.

Remarks