Table of Contents

Property NoiseScale

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll

NoiseScale

Specifies the scale of the noise. The default value is 25.

public DynamicImage.ValuePropertyAccessor<float> NoiseScale { get; }

Property Value

DynamicImage.ValuePropertyAccessor<float>

Remarks

This effective scale is Scale * NoiseScale. Usually Scale is set depending on the input/output rectangles, and NoiseScale can be user-configurable.