PixelFormat

PixelFormat

Members

<static, constant> :Enumeration

DOC_TBA
Default Value:
  • 0x1906

<static, constant> :Enumeration

A pixel format containing a depth value.
Default Value:
  • 0x1902

<static, constant> :Enumeration

A pixel format containing a depth and stencil value, most often used with PixelDatatype.UNSIGNED_INT_24_8_WEBGL.
Default Value:
  • 0x84F9

<static, constant> :Enumeration

DOC_TBA
Default Value:
  • 0x1909

<static, constant> :Enumeration

DOC_TBA
Default Value:
  • 0x190A

<static, constant> :Enumeration

DOC_TBA
Default Value:
  • 0x1907

<static, constant> :Enumeration

DOC_TBA
Default Value:
  • 0x1908

Methods

<static>

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>

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>

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.