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

Show in webframe

NewColor Property (RemoveRedEyeCommand)








Gets or sets the new color value used to replace the red color in the eyes.
Syntax
public RasterColor NewColor {get; set;}
'Declaration
 
Public Property NewColor As RasterColor
'Usage
 
Dim instance As RemoveRedEyeCommand
Dim value As RasterColor
 
instance.NewColor = value
 
value = instance.NewColor
public RasterColor NewColor {get; set;}
 <br/>get_NewColor();<br/>set_NewColor(value);<br/>Object.defineProperty('NewColor'); 
public:
property RasterColor NewColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The new color value used to replace the red color in the eyes.
Example
Refer to RemoveRedEyeCommand.
Requirements

Target Platforms

See Also

Reference

RemoveRedEyeCommand Class
RemoveRedEyeCommand Members

Error processing SSI file