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 | |
|---|---|---|
| R |
Allocates one component conventionally interpreted as red.
|
|
| RG |
Allocates two components conventionally interpreted as red and green.
|
|
| RGBA |
Allocates four components conventionally interpreted as red, green, blue, and alpha.
|
|
| X |
Allocates one generic component where color channel naming is not meaningful.
|
|
| XY |
Allocates two generic components.
|
|
| XYZW |
Allocates four generic components.
|