Table of Contents

Property Color

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll

Color

The color of the drop shadow. You must specify this color in straight alpha (not premultiplied).
The default value is { R=0, G=0, B=0, A=0.75 } (black at 75% opacity).

public EffectPropertyAccessor<ColorRgba128Float> Color { get; }

Property Value

EffectPropertyAccessor<ColorRgba128Float>