Home -> ITexelArray -> ImageFormat

Description

The ImageFormat enumeration defines the component layout used for each element of an ITexelArray on the graphics device.

Members

Name Description
Public Enum R
Allocates one component conventionally interpreted as red.
Public Enum RG
Allocates two components conventionally interpreted as red and green.
Public Enum RGBA
Allocates four components conventionally interpreted as red, green, blue, and alpha.
Public Enum X
Allocates one generic component where color channel naming is not meaningful.
Public Enum XY
Allocates two generic components.
Public Enum XYZW
Allocates four generic components.

See also