Property Color
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
Color
The color and opacity of the output. This effect will premultiply the color values if the
AlphaMode property is set to Premultiplied,
which is the default and is usually the correct choice.
The default value is { R=0, G=0, B=0, A=1} (opaque black).
public EffectPropertyAccessor<ColorRgba128Float> Color { get; }