Gets or sets the value that indicates the percent of the image to be covered with added pixels, expressed in tenths of a percent.
public int WhiteNoiseRange { get; set; }
Public Property WhiteNoiseRange As Integer
public int WhiteNoiseRange {get; set;}
get_WhiteNoiseRange();
set_WhiteNoiseRange(value);
Object.defineProperty('WhiteNoiseRange');
Value that indicates the percent of the image to be covered with added pixels, expressed in tenths of a percent. The pixels will be added randomly. Possible values range from 0 - 1000.
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