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(ColorLevelCommandFlags)
See Also 



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 flags As ColorLevelCommandFlags _
)
Visual Basic (Usage)Copy Code
Dim flags As ColorLevelCommandFlags
 
Dim instance As New ColorLevelCommand(flags)
C# 
public ColorLevelCommand( 
   ColorLevelCommandFlags flags
)
C++/CLI 
public:
ColorLevelCommand( 
   ColorLevelCommandFlags flags
)

Parameters

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