Table of Contents

Class TurbulenceEffect

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

Use the turbulence effect to generate a bitmap based on the Perlin noise function.

The turbulence effect has no input image.

For more information, see Turbulence effect

public sealed class TurbulenceEffect : DeviceEffect<TurbulenceEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IInternalImpl, IObjectRef, IIsDisposed, IDisposable
Inheritance
TurbulenceEffect
Implements
Inherited Members
Extension Methods

Constructors

TurbulenceEffect(IDeviceEffectFactory)