| EffectHueColorSpace Enumeration |
Specifies the color space used by HueToRgbEffect and RgbToHueEffect.
Namespace: Microsoft.Graphics.Canvas.Effects
public enum EffectHueColorSpace
| Member name | Value | Description | |
|---|---|---|---|
| Hsv | 0 | Use HSV (hue, saturation, value) color space. | |
| Hsl | 1 | Use HSL (hue, saturation, lightness) color space. |