Description
A property that allows access and modifications to only a specific channel of a multi-spectral image.
-
Property type
-
A Long value.
-
Syntax
-
object.ChannelToProcess [= value]
The ChannelToProcess Property syntax has these parts: |
| object | An expression evaluating to an object of type McRegionAccess. | | value | A Long value. | Remarks
Setting this property to mcwcAllChannels (-1), the default, allows access and modifications to all channels. Color channel 0 is the first (or only, for monochrome McImageType's), while the maximum allowed is Type.NumberOfChannels-1.
Exceptions
The assigned channel must be mcwcAllChannels or within the legal range for this McRegionAccess.Type.
|