Gets or sets the value that indicates the glow intensity.
public int GlowAmount { get; set; }
Public Property GlowAmount As Integer
public int GlowAmount {get; set;}
get_GlowAmount();
set_GlowAmount(value);
Object.defineProperty('GlowAmount');
Value that indicates the glow intensity, expressed in tenths of a percent. Possible values range from -1000 - 1000. Use positive values to add glow to the brighter regions of the image, and negative values to add glow to the darker regions of the image.
Refer to DiffuseGlowCommand example.
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