LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

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. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SampleTargetCommand Class
SampleTargetCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.