Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Identifiers for properties of the RGB to Hue effect.
Syntax
typedef enum D2D1_RGBTOHUE_PROP {
D2D1_RGBTOHUE_PROP_OUTPUT_COLOR_SPACE = 0,
D2D1_RGBTOHUE_PROP_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_RGBTOHUE_PROP_OUTPUT_COLOR_SPACEValue: 0 The D2D1_RGBTOHUE_PROP_OUTPUT_COLOR_SPACE property is an enumeration value which indicates the color space to convert to. The default value for the property is D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_VALUE. See the D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE enumeration for more information. |
D2D1_RGBTOHUE_PROP_FORCE_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Header | d2d1effects_2.h |