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

Show in webframe

Flags Property (SampleTargetCommand)








Gets or sets a value that indicates the channel for which to shift the color and how to remap the other values for that channel.
Syntax
public SampleTargetCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As SampleTargetCommandFlags
'Usage
 
Dim instance As SampleTargetCommand
Dim value As SampleTargetCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public SampleTargetCommandFlags Flags {get; set;}
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
public:
property SampleTargetCommandFlags Flags {
   SampleTargetCommandFlags get();
   void set (    SampleTargetCommandFlags value);
}

Property Value

Value that indicates the channel for which to shift the color and how to remap the other values for that channel. You can use a bit wise OR (|) to specify one flag from each group.
Example
Refer to SampleTargetCommand.
Requirements

Target Platforms

See Also

Reference

SampleTargetCommand Class
SampleTargetCommand Members

Error processing SSI file