PixelFormat

PixelFormat

PixelFormat

DOC_TBA

Members

<static, constant> ALPHA :Enumeration

DOC_TBA

<static, constant> DEPTH_COMPONENT :Enumeration

A pixel format containing a depth value.

<static, constant> DEPTH_STENCIL :Enumeration

A pixel format containing a depth and stencil value, most often used with PixelDatatype.UNSIGNED_INT_24_8_WEBGL.

<static, constant> LUMINANCE :Enumeration

DOC_TBA

<static, constant> LUMINANCE_ALPHA :Enumeration

DOC_TBA

<static, constant> RGB :Enumeration

DOC_TBA

<static, constant> RGBA :Enumeration

DOC_TBA

Methods

<static> isColorFormat

Returns true if the pixel format is a color format.

Parameters:
Name Type Description
pixelFormat PixelFormat The pixel format to test.
Returns:
Boolean Returns true if the pixel format is a color format; otherwise false.

<static> isDepthFormat

Returns true if the pixel format is a depth format.

Parameters:
Name Type Description
pixelFormat PixelFormat The pixel format to test.
Returns:
Boolean Returns true if the pixel format is a depth format; otherwise false.

<static> validate

Returns true if the pixel format is a valid enumeration value.

Parameters:
Name Type Description
pixelFormat PixelFormat The pixel format to test.
Returns:
Boolean Returns true if the pixel format is a valid enumeration value; otherwise, false.