←Select platform

ColorLevelCommandFlags Enumeration

Summary
Enumeration flags that identify the channel being leveled.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum ColorLevelCommandFlags   
typedef NS_OPTIONS(NSUInteger, LTColorLevelCommandFlags) 
public final class ColorLevelCommandFlags 
    extends java.lang.Enum<ColorLevelCommandFlags> 
[FlagsAttribute()] 
public enum class ColorLevelCommandFlags   
class ColorLevelCommandFlags(Enum): 
   None = 0 
   Red = 1 
   Green = 16 
   Blue = 256 
   Master = 4096 
   All = 4369 
Members
ValueMemberDescription
0x00000000None No change.
0x00000001Red Red channel.
0x00000010Green Green channel.
0x00000100Blue Blue channel.
0x00001000Master Master channel.
0x00001111All All channels.
Remarks

This flag has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.