TexturePixelType

enum TexturePixelType : Enum<TexturePixelType>

Texture pixel data type.

Since

v1.1.0

Entries

Link copied to clipboard

Unsigned byte.

Link copied to clipboard

Signed byte.

Link copied to clipboard

Unsigned short.

Link copied to clipboard

Signed short.

Link copied to clipboard

Unsigned integer.

Link copied to clipboard

Signed integer.

Link copied to clipboard

Floating point number.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int