PixelFormat

PixelFormat enumeration

Das in der Textureinheit verwendete Pixelformat.

public enum PixelFormat

Werte

NameWertBeschreibung
Unknown0Unbekanntes Pixelformat.
L818-Bit-Pixelformat, alle Bits Luminanz.
L16216-Bit-Pixelformat, alle Bits Luminanz.
A838-Bit-Pixelformat, alle Bits Alpha.
A4L448-Bit-Pixelformat, 4 Bit Alpha, 4 Bit Luminanz.
BYTE_LA52 Byte Pixelformat, 1 Byte Luminanz, 1 Byte Alpha
R5G6B5616-Bit-Pixelformat, 5 Bit Rot, 6 Bit Grün, 5 Bit Blau.
B5G6R5716-Bit-Pixelformat, 5 Bit Rot, 6 Bit Grün, 5 Bit Blau.
R3G3B288-Bit-Pixelformat, 2 Bit Blau, 3 Bit Grün, 3 Bit Rot.
A4R4G4B4916-Bit-Pixelformat, 4 Bit für Alpha, Rot, Grün und Blau.
A1R5G5B51016-Bit-Pixelformat, 5 Bit für Blau, Grün, Rot und 1 für Alpha.
R8G8B81124-Bit-Pixelformat, 8 Bit für Rot, Grün und Blau.
B8G8R81224-Bit-Pixelformat, 8 Bit für Blau, Grün und Rot.
A8R8G8B81332-Bit-Pixelformat, 8 Bit für Alpha, Rot, Grün und Blau.
A8B8G8R81432-Bit-Pixelformat, 8 Bit für Blau, Grün, Rot und Alpha.
B8G8R8A81532-Bit-Pixelformat, 8 Bit für Blau, Grün, Rot und Alpha.
R8G8B8A81632-Bit-Pixelformat, 8 Bit für Rot, Grün, Blau und Alpha.
X8R8G8B81732-Bit-Pixelformat, 8 Bit für Rot, 8 Bit für Grün, 8 Bit für Blau wie A8R8G8B8, aber Alpha wird verworfen
X8B8G8R81832-Bit-Pixelformat, 8 Bit für Blau, 8 Bit für Grün, 8 Bit für Rot wie A8B8G8R8, aber Alpha wird verworfen
A2R10G10B101932-Bit-Pixelformat, 2 Bit für Alpha, 10 Bit für Rot, Grün und Blau.
A2B10G10R102032-Bit-Pixelformat, 10 Bit für Blau, Grün und Rot, 2 Bit für Alpha.
DXT121DDS (DirectDraw Surface) DXT1-Format.
DXT222DDS (DirectDraw Surface) DXT2-Format.
DXT323DDS (DirectDraw Surface) DXT3-Format.
DXT424DDS (DirectDraw Surface) DXT4-Format.
DXT525DDS (DirectDraw Surface) DXT5-Format.
FLOAT16_R2616-Bit-Pixelformat, 16 Bit (Float) für Rot
FLOAT16_RGB2748-Bit-Pixelformat, 16 Bit (Float) für Rot, 16 Bit (Float) für Grün, 16 Bit (Float) für Blau
FLOAT16_RGBA2864-Bit-Pixelformat, 16 Bit (Float) für Rot, 16 Bit (Float) für Grün, 16 Bit (Float) für Blau, 16 Bit (Float) für Alpha
FLOAT32_R2932-Bit-Pixelformat, 32 Bit (Float) für Rot
FLOAT32_RGB3096-Bit-Pixelformat, 32 Bit (Float) für Rot, 32 Bit (Float) für Grün, 32 Bit (Float) für Blau
FLOAT32_RGBA31128-Bit-Pixelformat, 32 Bit (Float) für Rot, 32 Bit (Float) für Grün, 32 Bit (Float) für Blau, 32 Bit (Float) für Alpha
FLOAT16_GR3232-Bit, 2-Kanal-s10e5-Gleitkommapixelformat, 16-Bit-Grün, 16-Bit-Rot
FLOAT32_GR3364-Bit, 2-Kanal-Gleitkommapixelformat, 32-Bit-Grün, 32-Bit-Rot
DEPTH34Tiefentexturformat.
SHORT_RGBA3564-Bit-Pixelformat, 16 Bit für Rot, Grün, Blau und Alpha
SHORT_GR3632-Bit-Pixelformat, 16-Bit-Grün, 16-Bit-Rot
SHORT_RGB3748-Bit-Pixelformat, 16 Bit für Rot, Grün und Blau
R32_UINT3832-Bit-Pixelformat, 32 Bit Rot (unsigned int).
R32G32_UINT3964-Bit-Pixelformat, 32 Bit Rot (unsigned int), 32 Bit Blau (unsigned int).
R32G32B32A32_UINT40128-Bit-Pixelformat, 32 Bit Rot (unsigned Int), 32 Bit Blau (Unsigned Int), 32 Bit Grün (Unsigned Int), 32 Bit Alpha (Unsigned Int).
R8418-Bit-Pixelformat, alle Bits rot.

Siehe auch