LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

SampleTargetCommandFlags Enumeration

Show in webframe







Enumerated values that indicate the channel for which to shift the color, and how to remap the other values for that channel.

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

Syntax
[FlagsAttribute()]
public enum SampleTargetCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum SampleTargetCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SampleTargetCommandFlags
[FlagsAttribute()]
public enum SampleTargetCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.Color.SampleTargetCommandFlags = function() { };
Leadtools.ImageProcessing.Color.SampleTargetCommandFlags.prototype = {
None = 0x00000000, Red = 0x00000001, Green = 0x00000002, Blue = 0x00000003, Rgb = 0x00000004, Low = 0x00000010, Mid = 0x00000020, High = 0x00000030, };
[FlagsAttribute()]
public enum class SampleTargetCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneReserved.
0x00000001RedShift the color in the red channel.
0x00000002GreenShift the color in the green channel.
0x00000003BlueShift the color in the blue channel.
0x00000004RgbShift the color in the red, green, and blue channels.
0x00000010LowRemap the shadow values for the channel set in the flags parameter or the Flags property.
0x00000020MidRemap the midtone values for the channel set in the flags parameter or the Flags property
0x00000030HighRemap the highlight values for the channel set in the flags parameter or the Flags property
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Flags that indicate the channel Red, Green, Blue, Rgb
Flags that indicate how other pixel values in the set channel will be affected Low, Mid, High
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.SampleTargetCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.