Flags that indicate the color plane to update, whether to change the high bit and whether the RemapIntensityCommand.LookupTable contains normal or stretched data.
This enumeration has the FlagsAttribute attribute that allows a bitwise combination of its member values.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum RemapIntensityCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum RemapIntensityCommandFlags : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class RemapIntensityCommandFlags : public Enum |
Member | Description |
---|---|
Master | All channels. |
Red | Red channel only. |
Green | Green channel only. |
Blue | Blue channel only. |
ChangeHighBit | Change the high bit of the image according to the used data of the RemapIntensityCommand.LookupTable. |
Normal | The data in the RemapIntensityCommand.LookupTable is normal data, in this case the RemapIntensityCommand.LookupTable length should be equal to 2^(HighBit - LowBit + 1). |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Flags that indicate the color plane to update. | Master, Red, Green, Blue |
Flag that indicates whether or not to change the high bit. | ChangeHighBit |
Flag that indicates whether RemapIntensityCommand.LookupTable contains normal or stretched data. | Normal |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.RemapIntensityCommandFlags
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