←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
C++
public int WhiteNoiseRange { get; set; } 
  
Public Property WhiteNoiseRange As Integer 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.