PixelType

sealed class PixelType

The list of raster pixel types.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

32-bit floating point number.

Link copied to clipboard

64-bit floating point number.

Link copied to clipboard
object Int16 : PixelType

Signed 16-bit integer.

Link copied to clipboard
object Int32 : PixelType

Signed 32-bit integer.

Link copied to clipboard
object Int8 : PixelType

Signed 8-bit integer.

Link copied to clipboard
object UInt1 : PixelType

1-bit.

Link copied to clipboard
object UInt16 : PixelType

Unsigned 16-bit integer.

Link copied to clipboard
object UInt2 : PixelType

2-bit.

Link copied to clipboard
object UInt32 : PixelType

Unsigned 32-bit integer.

Link copied to clipboard
object UInt4 : PixelType

4-bit.

Link copied to clipboard
object UInt8 : PixelType

Unsigned 8-bit integer.

Link copied to clipboard

Unknown pixel type.