Property Color
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
Color
The color of the incoming light. This property is exposed as a D2D1_VECTOR_3F (R, G, B) and used to compute
L[r], L[g], L[b].
The default value is { 1, 1, 1 }.
public EffectPropertyAccessor<ColorRgb96Float> Color { get; }