Interface IPsdColorPalette

IPsdColorPalette interface

パスド カラー パレット

public interface IPsdColorPalette : IColorPalette

プロパティ

名前説明
HasTransparentColor { get; }透明色が存在するかどうかを示す値を取得します。
RawEntries { get; }生のカラー パレット エントリ データを取得します。
RawEntriesCount { get; }生のカラー パレット エントリ数を取得します。
TransparentColor { get; }透明色を取得します。
TransparentIndex { get; }透明色のインデックスを取得します。

関連項目