HueSaturationEffect.Hue Property
Gets or sets the value that the hue component of the color in HSL color space will be increased with.
Syntax
public System.Double Hue { get; set; }
Property Value
Default: 0.0
The value that the hue component of the color in HSL color space will be increased with.
Remarks
Converts the color to HSL color space, changes the hue, and converts the color back to RGB again. The hue has has a value range between 0.0 and 360.0. Note that changing hue on something that is already completely black or completely white won't change the color.
Platforms
Windows, Linux, Android