IMcStreamChannels Property
|
|
Gets or Sets the Channels property in the image file.
Usually 1 (Monochrome) or 3 (RGB,HSI, etc).
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxProperty Channels As Integer
Get
Set
Return Value
Type:
Int32LONG
Remarksreturns a LONG
If the File is an RGB image, and the client specifies 1 Channel before a call
to Read, the image data is converted to Monochrome. The McStream library will
only convert between 1 channel and 3 channel data, and vice versa.
See Also