LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Flags Property (RemapIntensityCommand)

Show in webframe







Flags that indicate the color plane to update, whether to change the high bit and whether LookupTable contains normal or stretched data.
Syntax
public RemapIntensityCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As RemapIntensityCommandFlags
'Usage
 
Dim instance As RemapIntensityCommand
Dim value As RemapIntensityCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public RemapIntensityCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTRemapIntensityCommandFlags flags;
public int getFlags()
public void setFlags(int value)
            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property RemapIntensityCommandFlags Flags {
   RemapIntensityCommandFlags get();
   void set (    RemapIntensityCommandFlags value);
}

Property Value

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

Target Platforms

See Also

Reference

RemapIntensityCommand Class
RemapIntensityCommand Members

 

 


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