Class PdnOilPaintingEffect
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
A Direct2D effect that implements Paint.NET's Oil Painting effect.
public sealed class PdnOilPaintingEffect : CustomEffect<PdnOilPaintingEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inheritance
-
PdnOilPaintingEffect
- Implements
- Inherited Members
Remarks
This effect calculates the statistical mode of color intensity within the neighborhood of each pixel, and then uses the average color value of pixels with that intensity.