Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Flags Property (RemapIntensityCommand)








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)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>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 RasterColorChannel.
Example
Refer to RemapIntensityCommand.
Requirements

Target Platforms

See Also

Reference

RemapIntensityCommand Class
RemapIntensityCommand Members

Error processing SSI file