LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Flags Property
See Also 



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

Visual Basic (Declaration) 
Public Property Flags As SampleTargetCommandFlags
Visual Basic (Usage)Copy Code
Dim instance As SampleTargetCommand
Dim value As SampleTargetCommandFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public SampleTargetCommandFlags Flags {get; set;}
C++/CLI 
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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also