LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Master Property (ColorLevelCommand)






Gets or sets the color-leveling information for the master channel used in the ColorLevelCommand class. .NET support WinRT support Silverlight support
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;}
 get_Master();
set_Master(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorLevelCommand Class
ColorLevelCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.