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

Show in webframe

Red Property (ColorLevelCommand)








Gets or sets the color-leveling information for the red channel when used in the ColorLevelCommand class.
Syntax
public ColorLevelCommandData Red {get; set;}
'Declaration
 
Public Property Red As ColorLevelCommandData
'Usage
 
Dim instance As ColorLevelCommand
Dim value As ColorLevelCommandData
 
instance.Red = value
 
value = instance.Red
public ColorLevelCommandData Red {get; set;}
@property (nonatomic, strong) LTColorLevelCommandData *red
public ColorLevelCommandData getRed()
public void setRed(ColorLevelCommandData value)
            
 <br/>get_Red();<br/>set_Red(value);<br/>Object.defineProperty('Red'); 
public:
property ColorLevelCommandData^ Red {
   ColorLevelCommandData^ get();
   void set (    ColorLevelCommandData^ value);
}

Property Value

Specifies the color-leveling information for the red channel when used in the ColorLevelCommand class. When used in the AutoColorLevelCommand class, with the flag Level, it retrieves the color-leveling information of the red channel.
Example
Refer to ColorLevelCommand()
Requirements

Target Platforms

See Also

Reference

ColorLevelCommand Class
ColorLevelCommand Members

Error processing SSI file