Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

SampleTargetCommandFlags Enumeration








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 FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum SampleTargetCommandFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As SampleTargetCommandFlags
[FlagsAttribute()]
public enum SampleTargetCommandFlags : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.ImageProcessing.Color.SampleTargetCommandFlags = function() { };
Leadtools.ImageProcessing.Color.SampleTargetCommandFlags.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
[FlagsAttribute()]
public enum class SampleTargetCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None Reserved.
0x00000001Red Shift the color in the red channel.
0x00000002Green Shift the color in the green channel.
0x00000003Blue Shift the color in the blue channel.
0x00000004Rgb Shift the color in the red, green, and blue channels.
0x00000010Low Remap the shadow values for the channel set in the flags parameter or the Flags property.
0x00000020Mid Remap the midtone values for the channel set in the flags parameter or the Flags property
0x00000030High Remap 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

Error processing SSI file