Property KernelShape
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
KernelShape
Specifies the kernel shape to use when gathering pixels.
The default value is Circle.
public EffectPropertyAccessor<PdnOilPaintingKernelShape> KernelShape { get; }
Property Value
Remarks
The "legacy" Oil Painting effect always used a square shaped kernel, and did not have the ability to change it.