LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
NewColor Property
See Also 



Gets or sets the new color value used to replace the red color in the eyes.

Syntax

Visual Basic (Declaration) 
Public Property NewColor As RasterColor
Visual Basic (Usage)Copy Code
Dim instance As RemoveRedEyeCommand
Dim value As RasterColor
 
instance.NewColor = value
 
value = instance.NewColor
C# 
public RasterColor NewColor {get; set;}
C++/CLI 
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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also