次の方法で共有


LinearGradientBrush::SetLinearColors メソッド (gdiplusbrush.h)

LinearGradientBrush::SetLinearColors メソッドは、この線形グラデーション ブラシの開始色と終了色を設定します。

構文

Status SetLinearColors(
  [in] const Color & color1,
  [in] const Color & color2
);

パラメーター

[in] color1

種類: const Color&

この線形グラデーション ブラシの開始境界線の色を指定する Color オブジェクトへの参照。

[in] color2

種類: const Color&

この線形グラデーション ブラシの終了境界線の色を指定する Color オブジェクトへの参照。

戻り値

種類: 状態

メソッドが成功した場合は、 Status 列挙体の要素である Ok を返します。

メソッドが失敗した場合は、 Status 列挙体の他の要素のいずれかを返します。

要件

要件
サポートされている最小のクライアント Windows XP、Windows 2000 Professional [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows 2000 Server [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー gdiplusbrush.h (Gdiplus.h を含む)
Library Gdiplus.lib
[DLL] Gdiplus.dll

こちらもご覧ください

ブラシと図形の塗りつぶし

Color

線形グラデーションの作成

色のグラデーションで図形を塗りつぶす

LinearGradientBrush

LinearGradientBrush::GetLinearColors

LinearGradientBrush::SetInterpolationColors

Rect