D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE enumeration

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

Syntax


typedef enum D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE { 
  D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_VALUE      = 0,
  D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS  = 1
} D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE;

Constants

D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_VALUE

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

D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS

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

Requirements

Header

D2d1effects_2.h

See also

CreateEffect
Built-in Effects
RGB to Hue effect

 

 

Show: