Table of Contents

Property HueAngleDelta

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

HueAngleDelta

Specifies the change to each pixel's hue. Any finite value is acceptable, but the effective range is [-180.0f, +180.0f] due to wrapping.
The default values is 0, which will leave the hue unchanged.

public EffectPropertyAccessor<float> HueAngleDelta { get; }

Property Value

EffectPropertyAccessor<float>