PixelFormat

一个像素的格式,即它所拥有的组件的数量和它们所代表的内容。

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压缩的红色、绿色、蓝色和阿尔法通道的像素格式。