![JAR search and dependency download from the Maven repository](/logo.png)
main.cesium.PixelDatatype.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package cesium
/**
* The data type of a pixel.
* @see Online Documentation
*/
@JsName("\$cesium__PixelDatatype")
external object /* enum */ PixelDatatype {
val UNSIGNED_BYTE: PixelDatatype
val UNSIGNED_SHORT: PixelDatatype
val UNSIGNED_INT: PixelDatatype
val FLOAT: PixelDatatype
val HALF_FLOAT: PixelDatatype
val UNSIGNED_INT_24_8: PixelDatatype
val UNSIGNED_SHORT_4_4_4_4: PixelDatatype
val UNSIGNED_SHORT_5_5_5_1: PixelDatatype
val UNSIGNED_SHORT_5_6_5: PixelDatatype
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy