Click or drag to resize

IMcLineProfilesNumberOfChannels Property

A read-only property giving the number of channels based on the Interpretation property for the ancestor image.

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

Property Value

Type: Int32
Remarks
A profile is computed for each of the NumberOfChannels channels for the ProfileValues property. Note that NumberOfChannels gives the number of color channels that the Interpretation yields, not necessarily that of the ancestor McImage.Type. For example, an Interpretation of mciMonochrome always results in NumberOfChannels being 1.
See Also