IColorPalette.GetNearestColorIndex

GetNearestColorIndex(int)

最も近い 32 ビット ARGB カラーのインデックスを取得します。

public int GetNearestColorIndex(int argb32Color)
パラメータタイプ説明
argb32ColorInt3232 ビット ARGB カラー。

戻り値

最も近い色のインデックス。

関連項目


GetNearestColorIndex(Color)

最も近い色のインデックスを取得します。

public int GetNearestColorIndex(Color color)
パラメータタイプ説明
colorColor色。

戻り値

最も近い色のインデックス。

関連項目