Property Coefficients
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
Coefficients
The coefficients for the equation used to composite the two input images. The coefficients are unitless and unbounded.
The default value is { 1, 0, 0, 0 }
.
public EffectPropertyAccessor<Vector4Float> Coefficients { get; }