Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
Master Property
See Also 




(Read only) Gets the color leveling information for the Master channel when the Type property is set to either AutoColorLevelCommandType.Contrast or AutoColorLevelCommandType.Intensity.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Master As ColorLevelCommandData
Visual Basic (Usage)Copy Code
Dim instance As AutoColorLevelCommand
Dim value As ColorLevelCommandData
 
value = instance.Master
C# 
public ColorLevelCommandData Master {get;}
Managed Extensions for C++ 
public: __property ColorLevelCommandData* get_Master();
C++/CLI 
public:
property ColorLevelCommandData^ Master {
   ColorLevelCommandData^ get();
}

Return Value

The color leveling information for the Master channel. If AutoColorLevelCommandFlags.NoProcess is not set in Flag property, you can set the value of this property as null. If AutoColorLevelCommandFlags.NoProcess is set in Flag property, then this property cannot be null.

Example

Refer to Flag.

Remarks

If Flag property is set to AutoColorLevelCommandType.Level, then the value of this property is unchanged.

The AutoColorLevelCommand command updates the value of this property.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also