siImageDataType String Constant


Variables

const wchar_t *  siImageDataTypeRGBA
const wchar_t *  siImageDataTypeRGB
const wchar_t *  siImageDataTypeRGBE
const wchar_t *  siImageDataTypeAlpha
const wchar_t *  siImageDataTypeIntensity
const wchar_t *  siImageDataTypeDepth
const wchar_t *  siImageDataTypeNormal
const wchar_t *  siImageDataTypeMotion
const wchar_t *  siImageDataTypeVector
const wchar_t *  siImageDataTypePoint
const wchar_t *  siImageDataTypeLabel
const wchar_t *  siImageDataTypeBitMask

Detailed Description

Specifies the different pre-defined data types available for Framebuffer s and writable image sources. These image datatypes are not an exhaustive list but only a list of currently known shorthands. Each rendering engine may provide its own set of image data types in addition to the ones listed here.
See also:
Framebuffer, Renderer::OutputFormatDef, AddWritableImageSource

Variable Documentation

const wchar_t* siImageDataTypeRGBA

["RGBA"] Represents a four channel RGB color image, where the fourth channel is the alpha matte.

const wchar_t* siImageDataTypeRGB

["RGB"] Represents a three channel, RGBA color image.

const wchar_t* siImageDataTypeRGBE

["RGBE"] Represents a four channel, RGB color image, where the fourth channel is an exponent. Used for HDR images.

const wchar_t* siImageDataTypeAlpha

["Alpha"] Represents a single channel, alpha matte image.

const wchar_t* siImageDataTypeIntensity

["Intensity"] Represents a single channel, grayscale intensity image.

const wchar_t* siImageDataTypeDepth

["Depth"] Represents a single channel, depth value image.

const wchar_t* siImageDataTypeNormal

["Normal"] Represents a three channel, vector image composed of normalized vectors.

const wchar_t* siImageDataTypeMotion

["Motion"] Represents a three channel, motion vector image.

const wchar_t* siImageDataTypeVector

["Vector"] Represents a three channel image composed of arbitrary vectors.

const wchar_t* siImageDataTypePoint

["Point"] Represents a three channel image composed of arbitrary points in space.

const wchar_t* siImageDataTypeLabel

["Labels"] Represents a single channel, object label image.

const wchar_t* siImageDataTypeBitMask

["BitMask"] Represents a single channel, single bit-mask image.