Share via


enumeración D2D1_HUETORGB_INPUT_COLOR_SPACE (d2d1effects_2.h)

Valores de la propiedad D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE del efecto Hue a RGB.

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_FORCE_DWORD = 0xffffffff
} ;

Constantes

 
D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_VALUE
Valor: 0
El efecto convierte de Valor de saturación de matiz (HSV) a RGB.
D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS
Valor: 1
El efecto se convierte de la luz de saturación de matiz (HSL) a RGB.
D2D1_HUETORGB_INPUT_COLOR_SPACE_FORCE_DWORD
Valor: 0xffffffff

Requisitos

   
Encabezado d2d1effects_2.h

Consulte también

Efectos integrados

CreateEffect

Hue a efecto RGB