Raster.BitDepth Property
Gets the bit depth of the raster.
Syntax
public System.Int32 BitDepth { get; }
Property Value
The bit depth of the raster.
Platforms
Windows, Linux, Android
Gets the bit depth of the raster.
public System.Int32 BitDepth { get; }
Windows, Linux, Android
In this article
Gets the bit depth of the raster.
public:
int32_t bitDepth ( ) const;
Bit depth | Format |
---|---|
32 | |
24 | |
16 | |
8 | |
1 |
Windows, Linux, Android
In this article
Gets the bit depth of the raster.
public final int getBitDepth ( )
Windows, Linux, Android
In this article
Gets the bit depth of the raster.
bitDepth
Bit depth | Format |
---|---|
32 | RasterFormat.Float, RasterFormat.Int32Bit or RasterFormat.Rgba |
24 | |
16 | |
8 | |
1 |
Windows, Linux, Android
In this article