LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Type Property (HistogramEqualizeCommand)

Show in webframe







Gets or sets a flag that indicates which color space to equalize.
Syntax
public HistogramEqualizeType Type {get; set;}
'Declaration
 
Public Property Type As HistogramEqualizeType
'Usage
 
Dim instance As HistogramEqualizeCommand
Dim value As HistogramEqualizeType
 
instance.Type = value
 
value = instance.Type
public HistogramEqualizeType Type {get; set;}
@property (nonatomic, assign) LTHistogramEqualizeType type;
public HistogramEqualizeType getType()
public void setType(HistogramEqualizeType value)
             
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property HistogramEqualizeType Type {
   HistogramEqualizeType get();
   void set (    HistogramEqualizeType value);
}

Property Value

Value that indicates which color space to equalize.
Example
Refer to HistogramEqualizeCommand.
Requirements

Target Platforms

See Also

Reference

HistogramEqualizeCommand Class
HistogramEqualizeCommand Members

 

 


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