Class PdnAddNoiseEffect.Props
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
public sealed class PdnAddNoiseEffect.Props : CustomEffectProperties
- Inheritance
-
PdnAddNoiseEffect.Props
- Inherited Members
Constructors
Properties
- AlphaMode
Specifies the alpha mode for the input and output.
If set to Premultiplied, the input will be unpremultiplied, noise will be added, and then the result will be premultiplied.
If set to Straight, noise will be added without any alpha space conversion.
The default is Premultiplied.
- Coverage
Specifies the coverage of the noise.
The range is [0, 1] which corresponds to the UI's range of [0, 100].
The default is 1.
- Intensity
Specifies the intensity of the noise.
The range is [0, 1] which corresponds to the UI's range of [0, 100].
The default is 0.64.
- Saturation
Specifies the saturation of the noise.
The range is [0, 4] which corresponds to the UI's range of [0, 400].>br/> The default is 1.
- Seed
Specifies a seed number to use for random number generation.
- SeedInstance
Specifies a seed number to use for random number generation. The default value is automatically generated.