Gets or sets a "percentage" value that indicates whether the pixels that are replaced are lightened or darkened.
public int Lightness { get; set; }
Public Property Lightness As Integer
public int Lightness {get; set;}
<br/>get_Lightness();<br/>set_Lightness(value);<br/>Object.defineProperty('Lightness');
"Percentage" value that indicates whether the pixels that are replaced are lightened or darkened. If this value is greater than 100, the replaced pixels will be lightened. If this value is less than 100, the replaced pixels will be darkened. This method preserves the lightness of the original pixels and substitutes the red color with the new color.
Refer to RemoveRedEyeCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET