←Select platform

ColorLevelCommand Constructor(ColorLevelCommandFlags)

Summary

Initializes a new ColorLevelCommand class object with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal flags As ColorLevelCommandFlags _ 
) 
- (id)initWithFlags:(LTColorLevelCommandFlags)flags 
public ColorLevelCommand(int flags) 
public: 
ColorLevelCommand(  
   ColorLevelCommandFlags flags 
) 

Parameters

flags
Flag that indicates the channel being leveled.

Example

Refer to ColorLevelCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly