D2D1_HUETORGB_PROP enumeration (d2d1effects_2.h)

Identifiers for properties of the Hue to RGB effect.

Syntax

typedef enum D2D1_HUETORGB_PROP {
  D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE = 0,
  D2D1_HUETORGB_PROP_FORCE_DWORD = 0xffffffff
} ;

Constants

 
D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE
Value: 0
The D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE property is an enumeration value which indicates which color space to convert from.
The default value for the property is D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_VALUE.
See D2D1_HUETORGB_INPUT_COLOR_SPACE enumeration for more information.
D2D1_HUETORGB_PROP_FORCE_DWORD
Value: 0xffffffff

Requirements

Requirement Value
Header d2d1effects_2.h

See also

Built-in Effects

CreateEffect

Hue to RGB effect