LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Channel Property
See Also 



Gets or sets a flag that indicates the channel for which to get the histogram and the bits to use in calculating the histogram. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Channel As HistogramCommandFlags
Visual Basic (Usage)Copy Code
Dim instance As HistogramCommand
Dim value As HistogramCommandFlags
 
instance.Channel = value
 
value = instance.Channel
C# 
public HistogramCommandFlags Channel {get; set;}
C++/CLI 
public:
property HistogramCommandFlags Channel {
   HistogramCommandFlags get();
   void set (    HistogramCommandFlags value);
}

Property Value

Value that indicates the channel for which to get the histogram and the bits to use in calculating the histogram.

Example

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also