Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ColorLevelCommand Constructor(ColorLevelCommandFlags)
See Also 



flags
Flag that indicates the channel being leveled.
Initializes a new ColorLevelCommand class object with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal flags As ColorLevelCommandFlags _
)
Visual Basic (Usage)Copy Code
Dim flags As ColorLevelCommandFlags
 
Dim instance As 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: 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