Table of Contents

Enum RgbToHueOutputColorSpace

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Values for the OutputColorSpace property of the RgbToHue effect.
D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE

public enum RgbToHueOutputColorSpace

Fields

HueSaturationValue = 0

The effect converts from RGB to Hue Saturation Value (HSV).

HueSaturationLightness = 1

The effect converts from RGB to Hue Saturation Lightness (HSL).