Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
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;}
Managed Extensions for C++ 
public: __property RasterColor get_NewColor();
public: __property void set_NewColor( 
   RasterColor value
);
C++/CLI 
public:
property RasterColor NewColor {
   RasterColor get();
   void set (RasterColor value);
}

Return Value

The new color value used to replace the red color in the eyes.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also