All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.PixelDatatype.kt Maven / Gradle / Ivy

There is a newer version: 1.90.0-10
Show newest version
// 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