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



Gets or sets the color-leveling information for the master channel used in the ColorLevelCommand class. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Master As ColorLevelCommandData
Visual Basic (Usage)Copy Code
Dim instance As ColorLevelCommand
Dim value As ColorLevelCommandData
 
instance.Master = value
 
value = instance.Master
C# 
public ColorLevelCommandData Master {get; set;}
C++/CLI 
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 Leadtools.ImageProcessing.Color.AutoColorLevelCommand class with the flag Contrast or Intensity, it retrieves the color-leveling information of the master channel.

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