共用方式為


IDWritePaintReader::GetGradientStopColors 方法 (dwrite_3.h)

擷取每個漸層停駐點的色彩資訊,例如調色盤索引。

語法

HRESULT GetGradientStopColors(
  UINT32             firstGradientStopIndex,
  UINT32             gradientStopCount,
  DWRITE_PAINT_COLOR *gradientStopColors
);

參數

firstGradientStopIndex

類型: UINT32

要取得之第一個漸層停駐點的索引。

gradientStopCount

類型: UINT32

要取得的漸層停駐點數目。

gradientStopColors

類型:_Out_writes_ (gradientStopCount) DWRITE_PAINT_COLOR *

接收漸層停駐點色彩。

傳回值

標準 HRESULT 錯誤碼。

規格需求

需求
最低支援的用戶端 Windows 10 版本 1809 (Windows 應用程式 SDK 1.2 或更新版本)
標頭 dwrite_3.h