LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorLevelCommand Constructor(ColorLevelCommandData,ColorLevelCommandData,ColorLevelCommandData,ColorLevelCommandData,ColorLevelCommandFlags)
See Also 



master
Specifies the color-leveling information for the master channel when used in the ColorLevelCommand class. When used in Leadtools.ImageProcessing.Color.AutoColorLevelCommand with the flag Contrast or Intensity, it retrieves the color-leveling information of the master channel.
red
Specifies the color-leveling information for the red channel when used in the ColorLevelCommand class. When used in Leadtools.ImageProcessing.Color.AutoColorLevelCommand with the flag Level, it retrieves the color-leveling information of the red channel.
green
Specifies the color-leveling information for the green channel when used in the ColorLevelCommand class. When used in Leadtools.ImageProcessing.Color.AutoColorLevelCommand with the flag Level, it retrieves the color-leveling information of the green channel.
blue
Specifies the color-leveling information for the blue channel when used in the ColorLevelCommand class. When used in Leadtools.ImageProcessing.Color.AutoColorLevelCommand with the flag Level, it retrieves the color-leveling information of the blue channel.
flags
Flag that indicates the channel being leveled.
Initializes a new Leadtools.ImageProcessing.Color.ColorLevelCommand class object with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal master As ColorLevelCommandData, _
   ByVal red As ColorLevelCommandData, _
   ByVal green As ColorLevelCommandData, _
   ByVal blue As ColorLevelCommandData, _
   ByVal flags As ColorLevelCommandFlags _
)
Visual Basic (Usage)Copy Code
Dim master As ColorLevelCommandData
Dim red As ColorLevelCommandData
Dim green As ColorLevelCommandData
Dim blue As ColorLevelCommandData
Dim flags As ColorLevelCommandFlags
 
Dim instance As New ColorLevelCommand(master, red, green, blue, flags)

Parameters

master
Specifies the color-leveling information for the master channel when used in the ColorLevelCommand class. When used in Leadtools.ImageProcessing.Color.AutoColorLevelCommand with the flag Contrast or Intensity, it retrieves the color-leveling information of the master channel.
red
Specifies the color-leveling information for the red channel when used in the ColorLevelCommand class. When used in Leadtools.ImageProcessing.Color.AutoColorLevelCommand with the flag Level, it retrieves the color-leveling information of the red channel.
green
Specifies the color-leveling information for the green channel when used in the ColorLevelCommand class. When used in Leadtools.ImageProcessing.Color.AutoColorLevelCommand with the flag Level, it retrieves the color-leveling information of the green channel.
blue
Specifies the color-leveling information for the blue channel when used in the ColorLevelCommand class. When used in Leadtools.ImageProcessing.Color.AutoColorLevelCommand with the flag Level, it retrieves the color-leveling information of the blue channel.
flags
Flag that indicates the channel being leveled.

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