Share via


ID2D1SvgPaint::GetColor-Methode (d2d1svg.h)

Ruft die Farbe ab, die verwendet wird, wenn der Farbtyp D2D1_SVG_PAINT_TYPE_COLOR ist.

Syntax

void GetColor(
  [out] D2D1_COLOR_F *color
);

Parameter

[out] color

Typ: D2D1_COLOR_F*

Die Farbe, die verwendet wird, wenn der Farbtyp D2D1_SVG_PAINT_TYPE_COLOR ist.

Rückgabewert

Keine

Anforderungen

Anforderung Wert
Zielplattform Windows
Kopfzeile d2d1svg.h
DLL Direct2d.dll

Weitere Informationen

ID2D1SvgPaint