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
SyntaxReadOnly Property BitDepth As Integer
Get
Return Value
Type:
Int32LONG
RemarksFor 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