←Select platform

NewColor Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public RasterColor NewColor { get; set; } 
Public Property NewColor As Leadtools.RasterColor 
public Leadtools.RasterColor NewColor {get; set;} 
 <br/>get_NewColor();<br/>set_NewColor(value);<br/>Object.defineProperty('NewColor');  
public: 
property Leadtools.RasterColor NewColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

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

Example

Refer to RemoveRedEyeCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly