LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Channel Property (HistogramCommand)

Show in webframe







Gets or sets a flag that indicates the channel for which to get the histogram and the bits to use in calculating the histogram.
Syntax
public HistogramCommandFlags Channel {get; set;}
'Declaration
 
Public Property Channel As HistogramCommandFlags
'Usage
 
Dim instance As HistogramCommand
Dim value As HistogramCommandFlags
 
instance.Channel = value
 
value = instance.Channel
public HistogramCommandFlags Channel {get; set;}
@property (nonatomic, assign) LTHistogramCommandFlags channel;
public int getChannel()
public void setChannel(int value)
            
 
get_Channel();
set_Channel(value);
Object.defineProperty('Channel');
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
Refer to HistogramCommand.
Requirements

Target Platforms

See Also

Reference

HistogramCommand Class
HistogramCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.