D2D1_HUETORGB_INPUT_COLOR_SPACE enumeration

Values for the D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE property of the Hue to RGB effect.

Syntax


typedef enum D2D1_HUETORGB_INPUT_COLOR_SPACE { 
  D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_VALUE      = 0,
  D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS  = 1
} D2D1_HUETORGB_INPUT_COLOR_SPACE;

Constants

D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_VALUE

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

D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS

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

Requirements

Header

D2d1effects_2.h

See also

CreateEffect
Built-in Effects
Hue to RGB effect

 

 

Show: