# Sandbox.ImageFormat

Format used when creating textures.

- Kind: enum
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`A8`](/api/Sandbox.ImageFormat/A8): Single 8-bit component representing alpha.
- [`ABGR8888`](/api/Sandbox.ImageFormat/ABGR8888): Four 8-bit components representing ABGR.
- [`ARGB8888`](/api/Sandbox.ImageFormat/ARGB8888)
- [`ATI1N`](/api/Sandbox.ImageFormat/ATI1N)
- [`ATI2N`](/api/Sandbox.ImageFormat/ATI2N)
- [`BC6H`](/api/Sandbox.ImageFormat/BC6H)
- [`BC7`](/api/Sandbox.ImageFormat/BC7)
- [`BGR565`](/api/Sandbox.ImageFormat/BGR565)
- [`BGR888`](/api/Sandbox.ImageFormat/BGR888): Three 8-bit components representing BGR.
- [`BGRA1010102`](/api/Sandbox.ImageFormat/BGRA1010102)
- [`BGRA4444`](/api/Sandbox.ImageFormat/BGRA4444)
- [`BGRA5551`](/api/Sandbox.ImageFormat/BGRA5551)
- [`BGRA8888`](/api/Sandbox.ImageFormat/BGRA8888)
- [`BGRA8888_LINEAR`](/api/Sandbox.ImageFormat/BGRA8888_LINEAR)
- [`BGRX5551`](/api/Sandbox.ImageFormat/BGRX5551)
- [`BGRX8888`](/api/Sandbox.ImageFormat/BGRX8888)
- [`BGRX8888_LINEAR`](/api/Sandbox.ImageFormat/BGRX8888_LINEAR)
- [`D15S1`](/api/Sandbox.ImageFormat/D15S1)
- [`D16`](/api/Sandbox.ImageFormat/D16)
- [`D24FS8`](/api/Sandbox.ImageFormat/D24FS8)
- [`D24S8`](/api/Sandbox.ImageFormat/D24S8)
- [`D24X4S4`](/api/Sandbox.ImageFormat/D24X4S4)
- [`D24X8`](/api/Sandbox.ImageFormat/D24X8)
- [`D32`](/api/Sandbox.ImageFormat/D32)
- [`D32FS8`](/api/Sandbox.ImageFormat/D32FS8)
- [`Default`](/api/Sandbox.ImageFormat/Default)
- [`DXT1`](/api/Sandbox.ImageFormat/DXT1): Compressed texture format with no alpha.
- [`DXT1_ONEBITALPHA`](/api/Sandbox.ImageFormat/DXT1_ONEBITALPHA)
- [`DXT3`](/api/Sandbox.ImageFormat/DXT3): Compressed texture format with alpha.
- [`DXT5`](/api/Sandbox.ImageFormat/DXT5): Compressed texture format with alpha, generally better than DXT3.
- [`DXT5_NM`](/api/Sandbox.ImageFormat/DXT5_NM)
- [`I16F`](/api/Sandbox.ImageFormat/I16F)
- [`I8`](/api/Sandbox.ImageFormat/I8): Single 8-bit component representing luminance.
- [`IA88`](/api/Sandbox.ImageFormat/IA88): Two 8-bit components representing luminance and alpha.
- [`LE_BGRA8888`](/api/Sandbox.ImageFormat/LE_BGRA8888)
- [`LE_BGRX8888`](/api/Sandbox.ImageFormat/LE_BGRX8888)
- [`LINEAR_ABGR8888`](/api/Sandbox.ImageFormat/LINEAR_ABGR8888)
- [`LINEAR_ARGB8888`](/api/Sandbox.ImageFormat/LINEAR_ARGB8888)
- [`LINEAR_BGR888`](/api/Sandbox.ImageFormat/LINEAR_BGR888)
- [`LINEAR_BGRA8888`](/api/Sandbox.ImageFormat/LINEAR_BGRA8888)
- [`LINEAR_BGRX5551`](/api/Sandbox.ImageFormat/LINEAR_BGRX5551)
- [`LINEAR_BGRX8888`](/api/Sandbox.ImageFormat/LINEAR_BGRX8888)
- [`LINEAR_D24S8`](/api/Sandbox.ImageFormat/LINEAR_D24S8)
- [`LINEAR_I8`](/api/Sandbox.ImageFormat/LINEAR_I8)
- [`LINEAR_RGB888`](/api/Sandbox.ImageFormat/LINEAR_RGB888)
- [`LINEAR_RGBA16161616`](/api/Sandbox.ImageFormat/LINEAR_RGBA16161616)
- [`LINEAR_RGBA8888`](/api/Sandbox.ImageFormat/LINEAR_RGBA8888)
- [`None`](/api/Sandbox.ImageFormat/None)
- [`R11_EAC`](/api/Sandbox.ImageFormat/R11_EAC)
- [`R16`](/api/Sandbox.ImageFormat/R16)
- [`R16F`](/api/Sandbox.ImageFormat/R16F)
- [`R32_UINT`](/api/Sandbox.ImageFormat/R32_UINT)
- [`R32F`](/api/Sandbox.ImageFormat/R32F): Single 32-bit float component representing R.
- [`R8G8B8_ETC2`](/api/Sandbox.ImageFormat/R8G8B8_ETC2)
- [`R8G8B8A8_ETC2_EAC`](/api/Sandbox.ImageFormat/R8G8B8A8_ETC2_EAC)
- [`RG11_EAC`](/api/Sandbox.ImageFormat/RG11_EAC)
- [`RG1616`](/api/Sandbox.ImageFormat/RG1616)
- [`RG1616F`](/api/Sandbox.ImageFormat/RG1616F)
- [`RG3232`](/api/Sandbox.ImageFormat/RG3232)
- [`RG3232F`](/api/Sandbox.ImageFormat/RG3232F)
- [`RGB323232F`](/api/Sandbox.ImageFormat/RGB323232F): Three 32-bit float components representing RGB.
- [`RGB565`](/api/Sandbox.ImageFormat/RGB565): Three components representing RGB. Red and blue are 5 bit components, green is 6 bit totalling 16 bits.
- [`RGB888`](/api/Sandbox.ImageFormat/RGB888): Three 8-bit components representing RGB.
- [`RGBA1010102`](/api/Sandbox.ImageFormat/RGBA1010102)
- [`RGBA16161616`](/api/Sandbox.ImageFormat/RGBA16161616): Four 16-bit integer components representing RGBA.
- [`RGBA16161616F`](/api/Sandbox.ImageFormat/RGBA16161616F): Four 16-bit float components representing RGBA.
- [`RGBA32323232`](/api/Sandbox.ImageFormat/RGBA32323232)
- [`RGBA32323232F`](/api/Sandbox.ImageFormat/RGBA32323232F): Four 32-bit float components representing RGBA.
- [`RGBA8888`](/api/Sandbox.ImageFormat/RGBA8888): Four 8-bit components representing RGBA.
- [`RGBA8888_LINEAR`](/api/Sandbox.ImageFormat/RGBA8888_LINEAR)
- [`RGBX555`](/api/Sandbox.ImageFormat/RGBX555)
- [`RGBX8888`](/api/Sandbox.ImageFormat/RGBX8888)
