Click or drag to resize

IMcStreamBitDepth Property

Returns the number of bits each channel occupies.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property BitDepth As Integer
	Get

Return Value

Type: Int32
LONG
Remarks
For example, an RGB byte image would be 24-bits per pixel, but would return 8, since each channel occupies 8 bits of data.
See Also