LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ColorLevelCommand Constructor(ColorLevelCommandData,ColorLevelCommandData,ColorLevelCommandData,ColorLevelCommandData,ColorLevelCommandFlags)

Show in webframe







Specifies the color-leveling information for the master channel when used in the ColorLevelCommand class. When used in AutoColorLevelCommand with the flag Contrast or Intensity, it retrieves the color-leveling information of the master channel.
Specifies the color-leveling information for the red channel when used in the ColorLevelCommand class. When used in AutoColorLevelCommand with the flag Level, it retrieves the color-leveling information of the red channel.
Specifies the color-leveling information for the green channel when used in the ColorLevelCommand class. When used in AutoColorLevelCommand with the flag Level, it retrieves the color-leveling information of the green channel.
Specifies the color-leveling information for the blue channel when used in the ColorLevelCommand class. When used in AutoColorLevelCommand with the flag Level, it retrieves the color-leveling information of the blue channel.
Flag that indicates the channel being leveled.
Initializes a new ColorLevelCommand class object with explicit parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal master As ColorLevelCommandData, _
   ByVal red As ColorLevelCommandData, _
   ByVal green As ColorLevelCommandData, _
   ByVal blue As ColorLevelCommandData, _
   ByVal flags As ColorLevelCommandFlags _
)
'Usage
 
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)
- (id)initWithMaster:(LTColorLevelCommandData*)master 
                 red:(LTColorLevelCommandData*)red 
               green:(LTColorLevelCommandData*)green 
                blue:(LTColorLevelCommandData*)blue 
               flags:(LTColorLevelCommandFlags)flags;
            
public ColorLevelCommand(
   ColorLevelCommandData master, 
   ColorLevelCommandData red, 
   ColorLevelCommandData green, 
   ColorLevelCommandData blue, 
   int flags
)
            
function 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 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 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 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 AutoColorLevelCommand with the flag Level, it retrieves the color-leveling information of the blue channel.
flags
Flag that indicates the channel being leveled.
Example
Refer to ColorLevelCommand.
Requirements

Target Platforms

See Also

Reference

ColorLevelCommand Class
ColorLevelCommand Members
Overload List

 

 


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