MÉTHODE IDWritePaintReader ::GetGradientStopColors (dwrite_3.h)
Récupère des informations de couleur sur chaque point de dégradé, telles que les index de palette.
Syntaxe
HRESULT GetGradientStopColors(
UINT32 firstGradientStopIndex,
UINT32 gradientStopCount,
DWRITE_PAINT_COLOR *gradientStopColors
);
Paramètres
firstGradientStopIndex
Type : UINT32
Index du premier point de dégradé à obtenir.
gradientStopCount
Type : UINT32
Nombre de points de dégradé à obtenir.
gradientStopColors
Type : _Out_writes_(gradientStopCount) DWRITE_PAINT_COLOR *
Reçoit les couleurs de taquet de dégradé.
Valeur retournée
Code d’erreur HRESULT standard.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10, version 1809 (avec SDK d'application Windows 1.2 ou version ultérieure) |
En-tête | dwrite_3.h |