Home -> ITextureBuffer -> SourceImageFormat

Description

The SourceImageFormat enumeration describes the component layout of image data supplied from CPU memory to SetInitialData or QueueDataUpdate.

Members

Name Description
Public Enum R
Supplies one color component conventionally interpreted as red.
Public Enum RG
Supplies two color components conventionally interpreted as red and green.
Public Enum RGB
Supplies three color components conventionally interpreted as red, green, and blue.
Public Enum RGBA
Supplies four color components conventionally interpreted as red, green, blue, and alpha.
Public Enum BGR
Supplies three color components in blue, green, red order.
Public Enum BGRA
Supplies four color components in blue, green, red, alpha order.
Public Enum X
Supplies one generic component where color channel naming is not meaningful.
Public Enum XY
Supplies two generic components.
Public Enum XYZ
Supplies three generic components.
Public Enum XYZW
Supplies four generic components.

See also