LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Master Property (ColorLevelCommand)

Show in webframe







Gets or sets the color-leveling information for the master channel used in the ColorLevelCommand class.
Syntax
public ColorLevelCommandData Master {get; set;}
'Declaration
 
Public Property Master As ColorLevelCommandData
'Usage
 
Dim instance As ColorLevelCommand
Dim value As ColorLevelCommandData
 
instance.Master = value
 
value = instance.Master
public ColorLevelCommandData Master {get; set;}
@property (nonatomic, strong) LTColorLevelCommandData* master;
public ColorLevelCommandData getMaster()
public void setMaster(ColorLevelCommandData value)
            
 
get_Master();
set_Master(value);
Object.defineProperty('Master');
public:
property ColorLevelCommandData^ Master {
   ColorLevelCommandData^ get();
   void set (    ColorLevelCommandData^ value);
}

Property Value

Color-leveling information for the master channel used in the ColorLevelCommand class. When used in the AutoColorLevelCommand class with the flag Contrast or Intensity, it retrieves the color-leveling information of the master channel.
Example
Refer to ColorLevelCommand()
Requirements

Target Platforms

See Also

Reference

ColorLevelCommand Class
ColorLevelCommand Members

 

 


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