Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Flags Property
See Also 



Flags that indicate the color plane to update, whether to change the high bit and whether RemapIntensityCommand.LookupTable contains normal or stretched data.

Syntax

Visual Basic (Declaration) 
Public Property Flags As RemapIntensityCommandFlags
Visual Basic (Usage)Copy Code
Dim instance As RemapIntensityCommand
Dim value As RemapIntensityCommandFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public RemapIntensityCommandFlags Flags {get; set;}
C++/CLI 
public:
property RemapIntensityCommandFlags Flags {
   RemapIntensityCommandFlags get();
   void set (RemapIntensityCommandFlags value);
}

Return Value

Value that indicates the color plane to update, whether to change the high bit and whether the RemapIntensityCommand.LookupTable contains normal or stretched data. For more information, refer to RasterColorChannel.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also