Property BrushSize
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
BrushSize
Specifies the radius, or "brush size", that is used when gathering samples for the effect rendering.
The range is [0, 50], and the default value is 10.
public EffectPropertyAccessor<float> BrushSize { get; }
Property Value
Remarks
The current implementation of this effect will use the integer ceiling of the provided value.