←Select platform

WhiteNoiseRange Property

Summary

Gets or sets the value that indicates the percent of the image to be covered with added pixels, expressed in tenths of a percent.

Syntax

C#
VB
WinRT C#
C++
public int WhiteNoiseRange { get; set; } 
  
Public Property WhiteNoiseRange As Integer 
public int WhiteNoiseRange {get; set;} 
  
get_WhiteNoiseRange(); 
set_WhiteNoiseRange(value); 
Object.defineProperty('WhiteNoiseRange');  
public: 
property int WhiteNoiseRange { 
   int get(); 
   void set (    int ); 
} 

Property Value

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.

Example

Refer to DiffuseGlowCommand example.

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.SpecialEffects Assembly