LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Flags Property (SampleTargetCommand)

Show in webframe







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;}

            

            
 
get_Flags();
set_Flags(value);
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

 

 


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