Property Scale
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
Scale
Specifies the overall scale of the effect rendering. This is usually set to
the minimum of the width/height of InputRect or the output/clip rect.
The default value is 1024.
public DynamicImage.ValuePropertyAccessor<float> Scale { get; }
Property Value
Remarks
This effective scale is Scale * NoiseScale. Usually Scale is set depending on the input/output rectangles, and NoiseScale can be user-configurable.