S3MPixelFormat

S3MPixelFormat()

S3M texture pixel format.

Members

staticCesium.S3MPixelFormat.ABGR

32-bit pixels, A B G R each occupy 8, 8, 8, and 8 bits of pixels.

staticCesium.S3MPixelFormat.ALPHA

8-bit pixel, representing transparency.

staticCesium.S3MPixelFormat.ALPHA_4_LUMINANCE_4

8-bit pixel, 4 bits for transparency and 4 bits for brightness.

staticCesium.S3MPixelFormat.ARGB

32-bit pixels, A R G B each occupy 8, 8, 8, and 8 bits of pixels.

staticCesium.S3MPixelFormat.BGR

24-bit pixels, B G R each occupy 8, 8, and 8 bits of pixels.

staticCesium.S3MPixelFormat.BGR565

16-bit pixels, B G R each occupy 5, 6, and 5 pixels.

staticCesium.S3MPixelFormat.BGRA

32-bit pixels, B G R A each occupy 8, 8, 8, and 8 bits of pixels.

staticCesium.S3MPixelFormat.LUMINANCE_8

8-bit pixel, representing brightness.

staticCesium.S3MPixelFormat.LUMINANCE_16

16-bit pixel, representing brightness.

staticCesium.S3MPixelFormat.LUMINANCE_ALPHA

16-bit pixels, 8 bits for brightness and 8 bits for transparency.

staticCesium.S3MPixelFormat.RGB

24-bit pixels, R G B each occupy 8, 8, and 8 bits of pixels.

staticCesium.S3MPixelFormat.RGB_565

16-bit pixels, R G B each occupy 5, 6, and 5 bits of pixels.

staticCesium.S3MPixelFormat.RGBA

32-bit pixels, R G B A each occupy 8, 8, 8, and 8 bits of pixels.