Class PdnGlowEffect.Props
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
public sealed class PdnGlowEffect.Props : CustomEffectProperties
- Inheritance
-
PdnGlowEffect.Props
- Inherited Members
Constructors
Properties
- AlphaMode
Specifies the alpha mode for the input and output.
The default value is Premultiplied.
- Brightness
Specifies how much to adjust the brightness.
The range of this value is [-1, +1], which corresponds to the UI's range of [-100, +100].
The default value is 0.1.
- Contrast
Specifies how much to adjust the contrast.
The range of this value is [-1, +1], which corresponds to the UI's range of [-100, +100].
The default value is 0.1.
- Glow
Specifies the glow amount, which configures the blur radius.
The range of this value is [1, 20].
The default value is 6.