Interface IColorPalette

IColorPalette interface

カラー パレット インターフェイス.

public interface IColorPalette

プロパティ

名前説明
Argb32Entries { get; }32 ビット ARGB 構造体の配列を取得します。
Entries { get; }の配列を取得しますColor構造物.
EntriesCount { get; }エントリ数を取得します。
IsCompactPalette { get; }コンパクトパレットを使用するかどうかを示す値を取得します.

メソッド

名前説明
GetArgb32Color(int)インデックスで 32 ビット ARGB パレット カラーを取得します。
GetColor(int)インデックスでパレットの色を取得します.
GetNearestColorIndex(Color)最も近い色のインデックスを取得します。
GetNearestColorIndex(int)最も近い 32 ビット ARGB カラーのインデックスを取得します。

関連項目