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.
public SampleTargetCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Color.SampleTargetCommandFlags
public Leadtools.Imageprocessing.Color.SampleTargetCommandFlags Flags {get; set;}
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.Color.SampleTargetCommandFlags Flags {
Leadtools.Imageprocessing.Color.SampleTargetCommandFlags get();
void set ( Leadtools.Imageprocessing.Color.SampleTargetCommandFlags );
}
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.
Refer to SampleTargetCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET