Class ClampEffect.Props
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
public sealed class ClampEffect.Props : CustomEffectProperties
- Inheritance
-
ClampEffect.Props
- Inherited Members
Constructors
Properties
- AlphaMode
Specifies the alpha mode of the input and the output.
If set to Premultiplied, the input is unpremultiplied, clamped as straight alpha format, and then premultiplied.
If set to Straight, all components are clamped to the range [0, 1].
The default value is Premultiplied.
- Enabled
Enables or disables the effect. The default value is true.