Table of Contents

Class PdnDentsEffect.Props

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll
public sealed class PdnDentsEffect.Props : PdnDistortionEffect.Props<PdnDentsEffect>
Inheritance
PdnDentsEffect.Props
Inherited Members

Properties

Category

The category of the effect.

Description

The description of the effect.

DisplayName

The name of the effect.

NoiseAngle

Specifies the rotation for the noise. Rotation is performed around the NoiseCenter.
The default is 137.2.

NoiseCenter

Specifies the center of rotation for the noise, as configured by the NoiseAngle property.
The default is (512, 512), which is half of the default Scale.

NoiseDetail

Specifies the amount of detail in the noise. The default value is 10.

NoiseRefraction

Specifies the amount of refraction in the noise. The default value is 50.

NoiseScale

Specifies the scale of the noise. The default value is 25.

NoiseSeed

Gets or sets a seed for random number generation.

NoiseSeedInstance

Gets or sets a seed for random number generation. The default value is auto-generated at instantiation time.

NoiseTurbulence

Specifies the amount of turbulence in the noise. The default is 10.

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.