一個像素的格式,即它所擁有的組件的數量和它們所代表的內容。
Members
(static, constant) ALPHA : Number
包含阿爾法通道的像素格式。
(static, constant) DEPTH_COMPONENT : Number
包含深度值的像素格式。
(static, constant) DEPTH_STENCIL : Number
包含深度和模具值的像素格式,最常用于
PixelDatatype.UNSIGNED_INT_24_8
。
(static, constant) LUMINANCE : Number
包含亮度(強度)通道的像素格式。
(static, constant) LUMINANCE_ALPHA : Number
包含亮度(強度)和阿爾法通道的像素格式。
(static, constant) RGB : Number
包含紅色、綠色和藍色通道的像素格式。
(static, constant) RGB_DXT1 : Number
包含紅色、綠色和藍色通道的像素格式,這些通道是DXT1壓縮的。
(static, constant) RGB_ETC1 : Number
一種包含紅色、綠色和藍色通道的像素格式,被ETC1壓縮。
(static, constant) RGB_PVRTC_2BPPV1 : Number
包含紅色、綠色和藍色通道的像素格式,經過pvr 2bpp壓縮。
(static, constant) RGB_PVRTC_4BPPV1 : Number
一種像素格式,包含被pvr 4bpp壓縮的紅色、綠色和藍色通道。
(static, constant) RGBA : Number
包含紅色、綠色、藍色和阿爾法通道的像素格式。
(static, constant) RGBA_DXT1 : Number
一種包含紅色、綠色、藍色和阿爾法通道的像素格式,被DXT1壓縮。
(static, constant) RGBA_DXT3 : Number
一種包含紅色、綠色、藍色和阿爾法通道的像素格式,這些通道是DXT3壓縮的。
(static, constant) RGBA_DXT5 : Number
一種包含紅色、綠色、藍色和阿爾法通道的像素格式,這些通道是DXT5壓縮的。
(static, constant) RGBA_PVRTC_2BPPV1 : Number
包含紅色、綠色、藍色和阿爾法通道的像素格式,經過pvr 2bpp壓縮。
(static, constant) RGBA_PVRTC_4BPPV1 : Number
包含被pvr 4bpp壓縮的紅色、綠色、藍色和阿爾法通道的像素格式。