Table of Contents

Enum HueToRgbInputColorSpace

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Values for the InputColorSpace property of the HueToRgb effect.
D2D1_HUETORGB_INPUT_COLOR_SPACE

public enum HueToRgbInputColorSpace

Fields

HueSaturationValue = 0

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

HueSaturationLightness = 1

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