PixelFormat

PixelFormat()

The format of a pixel, i.e., the number of components it has and what they represent.

Members

staticconstantCesium.PixelFormat.ALPHA : Number

A pixel format containing an alpha channel.

staticconstantCesium.PixelFormat.DEPTH_COMPONENT : Number

A pixel format containing a depth value.

staticconstantCesium.PixelFormat.DEPTH_STENCIL : Number

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

staticconstantCesium.PixelFormat.LUMINANCE : Number

A pixel format containing a luminance (intensity) channel.

staticconstantCesium.PixelFormat.LUMINANCE_ALPHA : Number

A pixel format containing luminance (intensity) and alpha channels.

staticconstantCesium.PixelFormat.RGB : Number

A pixel format containing red, green, and blue channels.

staticconstantCesium.PixelFormat.RGBA : Number

A pixel format containing red, green, blue, and alpha channels.