Appearance
KBE3D / KBCore / Cesium / PixelFormat
枚举: PixelFormat
The format of a pixel, i.e., the number of components it has and what they represent.
枚举成员
DEPTH_COMPONENT
DEPTH_COMPONENT:
6402
A pixel format containing a depth value.
DEPTH_STENCIL
DEPTH_STENCIL:
34041
A pixel format containing a depth and stencil value, most often used with PixelDatatype.UNSIGNED_INT_24_8.
ALPHA
ALPHA:
6406
A pixel format containing an alpha channel.
RED
RED:
6403
A pixel format containing a red channel
RG
RG:
33319
A pixel format containing red and green channels.
RGB
RGB:
6407
A pixel format containing red, green, and blue channels.
RGBA
RGBA:
6408
A pixel format containing red, green, blue, and alpha channels.
RED_INTEGER
RED_INTEGER:
36244
A pixel format containing a red channel as an integer.
RG_INTEGER
RG_INTEGER:
33320
A pixel format containing red and green channels as integers.
RGB_INTEGER
RGB_INTEGER:
36248
A pixel format containing red, green, and blue channels as integers.
RGBA_INTEGER
RGBA_INTEGER:
36249
A pixel format containing red, green, blue, and alpha channels as integers.
LUMINANCE
LUMINANCE:
6409
A pixel format containing a luminance (intensity) channel.
LUMINANCE_ALPHA
LUMINANCE_ALPHA:
6410
A pixel format containing luminance (intensity) and alpha channels.
RGB_DXT1
RGB_DXT1:
33776
A pixel format containing red, green, and blue channels that is DXT1 compressed.
RGBA_DXT1
RGBA_DXT1:
33777
A pixel format containing red, green, blue, and alpha channels that is DXT1 compressed.
RGBA_DXT3
RGBA_DXT3:
33778
A pixel format containing red, green, blue, and alpha channels that is DXT3 compressed.
RGBA_DXT5
RGBA_DXT5:
33779
A pixel format containing red, green, blue, and alpha channels that is DXT5 compressed.
RGB_PVRTC_4BPPV1
RGB_PVRTC_4BPPV1:
35840
A pixel format containing red, green, and blue channels that is PVR 4bpp compressed.
RGB_PVRTC_2BPPV1
RGB_PVRTC_2BPPV1:
35841
A pixel format containing red, green, and blue channels that is PVR 2bpp compressed.
RGBA_PVRTC_4BPPV1
RGBA_PVRTC_4BPPV1:
35842
A pixel format containing red, green, blue, and alpha channels that is PVR 4bpp compressed.
RGBA_PVRTC_2BPPV1
RGBA_PVRTC_2BPPV1:
35843
A pixel format containing red, green, blue, and alpha channels that is PVR 2bpp compressed.
RGBA_ASTC
RGBA_ASTC:
37808
A pixel format containing red, green, blue, and alpha channels that is ASTC compressed.
RGB_ETC1
RGB_ETC1:
36196
A pixel format containing red, green, and blue channels that is ETC1 compressed.
RGB8_ETC2
RGB8_ETC2:
37492
A pixel format containing red, green, and blue channels that is ETC2 compressed.
RGBA8_ETC2_EAC
RGBA8_ETC2_EAC:
37496
A pixel format containing red, green, blue, and alpha channels that is ETC2 compressed.
RGBA_BC7
RGBA_BC7:
36492
A pixel format containing red, green, blue, and alpha channels that is BC7 compressed.
