@JsType(isNative=true, namespace="Cesium", name="PixelFormat") public class PixelFormat extends Object
Modifier and Type | Method and Description |
---|---|
static Number |
ALPHA()
A pixel format containing an alpha channel.
|
static Number |
DEPTH_COMPONENT()
A pixel format containing a depth value.
|
static Number |
DEPTH_STENCIL()
A pixel format containing a depth and stencil value, most often used with PixelDatatype.UNSIGNED_INT_24_8.
|
static Number |
LUMINANCE_ALPHA()
A pixel format containing luminance (intensity) and alpha channels.
|
static Number |
LUMINANCE()
A pixel format containing a luminance (intensity) channel.
|
static Number |
RGB_DXT1()
A pixel format containing red, green, and blue channels that is DXT1 compressed.
|
static Number |
RGB_ETC1()
A pixel format containing red, green, and blue channels that is ETC1 compressed.
|
static Number |
RGB_PVRTC_2BPPV1()
A pixel format containing red, green, and blue channels that is PVR 2bpp compressed.
|
static Number |
RGB_PVRTC_4BPPV1()
A pixel format containing red, green, and blue channels that is PVR 4bpp compressed.
|
static Number |
RGB()
A pixel format containing red, green, and blue channels.
|
static Number |
RGBA_DXT1()
A pixel format containing red, green, blue, and alpha channels that is DXT1 compressed.
|
static Number |
RGBA_DXT3()
A pixel format containing red, green, blue, and alpha channels that is DXT3 compressed.
|
static Number |
RGBA_DXT5()
A pixel format containing red, green, blue, and alpha channels that is DXT5 compressed.
|
static Number |
RGBA_PVRTC_2BPPV1()
A pixel format containing red, green, blue, and alpha channels that is PVR 2bpp compressed.
|
static Number |
RGBA_PVRTC_4BPPV1()
A pixel format containing red, green, blue, and alpha channels that is PVR 4bpp compressed.
|
static Number |
RGBA()
A pixel format containing red, green, blue, and alpha channels.
|
@JsProperty(name="ALPHA") public static Number ALPHA()
@JsProperty(name="DEPTH_COMPONENT") public static Number DEPTH_COMPONENT()
@JsProperty(name="DEPTH_STENCIL") public static Number DEPTH_STENCIL()
@JsProperty(name="LUMINANCE") public static Number LUMINANCE()
@JsProperty(name="LUMINANCE_ALPHA") public static Number LUMINANCE_ALPHA()
@JsProperty(name="RGB") public static Number RGB()
@JsProperty(name="RGB_DXT1") public static Number RGB_DXT1()
@JsProperty(name="RGB_ETC1") public static Number RGB_ETC1()
@JsProperty(name="RGB_PVRTC_2BPPV1") public static Number RGB_PVRTC_2BPPV1()
@JsProperty(name="RGB_PVRTC_4BPPV1") public static Number RGB_PVRTC_4BPPV1()
@JsProperty(name="RGBA") public static Number RGBA()
@JsProperty(name="RGBA_DXT1") public static Number RGBA_DXT1()
@JsProperty(name="RGBA_DXT3") public static Number RGBA_DXT3()
@JsProperty(name="RGBA_DXT5") public static Number RGBA_DXT5()
@JsProperty(name="RGBA_PVRTC_2BPPV1") public static Number RGBA_PVRTC_2BPPV1()
@JsProperty(name="RGBA_PVRTC_4BPPV1") public static Number RGBA_PVRTC_4BPPV1()
Copyright © 2019. All rights reserved.