PsdColorPalette.PsdColorPalette

PsdColorPalette(IColorPalette)

初始化一个新的实例PsdColorPalette类.

public PsdColorPalette(IColorPalette colorPalette)
范围类型描述
colorPaletteIColorPalette调色板。

也可以看看


PsdColorPalette(IColorPalette, short)

初始化一个新的实例PsdColorPalette类.

public PsdColorPalette(IColorPalette colorPalette, short transparentIndex)
范围类型描述
colorPaletteIColorPalette调色板。
transparentIndexInt16透明色指数。

也可以看看


PsdColorPalette(byte[], bool)

初始化一个新的实例PsdColorPalette类.

public PsdColorPalette(byte[] rawEntriesData, bool isCompactPalette)
范围类型描述
rawEntriesDataByte[]原始条目数据。
isCompactPaletteBoolean指示是否紧凑它调色板。

也可以看看


PsdColorPalette(byte[])

初始化一个新的实例PsdColorPalette类和 IsCompactPalette 是 false.

public PsdColorPalette(byte[] rawEntriesData)
范围类型描述
rawEntriesDataByte[]原始条目数据。

也可以看看


PsdColorPalette(byte[], short, bool)

初始化一个新的实例PsdColorPalette类.

public PsdColorPalette(byte[] rawEntriesData, short transparentIndex, bool useCompactPalette)
范围类型描述
rawEntriesDataByte[]原始条目数据。
transparentIndexInt16透明色指数。请注意,索引不是原始条目索引,而是用于转换后的颜色数组。
useCompactPaletteBoolean指示是否紧凑它调色板。

也可以看看


PsdColorPalette(byte[], short)

初始化一个新的实例PsdColorPalette类和 IsCompactPalette 是 false.

public PsdColorPalette(byte[] rawEntriesData, short transparentIndex)
范围类型描述
rawEntriesDataByte[]原始条目数据。
transparentIndexInt16透明色指数。请注意,索引不是原始条目索引,而是用于转换后的颜色数组。

也可以看看


PsdColorPalette(int[], bool)

初始化一个新的实例PsdColorPalette类.

public PsdColorPalette(int[] colorPaletteArgb32Entries, bool isCompactPalette)
范围类型描述
colorPaletteArgb32EntriesInt32[]调色板 32 位 ARGB 条目。
isCompactPaletteBoolean指示是否紧凑它调色板。

也可以看看


PsdColorPalette(Color[], bool)

初始化一个新的实例PsdColorPalette类.

public PsdColorPalette(Color[] colorPaletteEntries, bool isCompactPalette)
范围类型描述
colorPaletteEntriesColor[]调色板条目。
isCompactPaletteBoolean指示是否紧凑它调色板。

也可以看看


PsdColorPalette(Color[])

初始化一个新的实例PsdColorPalette类和 IsCompactPalette 是 false.

public PsdColorPalette(Color[] colorPaletteEntries)
范围类型描述
colorPaletteEntriesColor[]调色板条目。

也可以看看


PsdColorPalette(Color[], short, bool)

初始化一个新的实例PsdColorPalette类.

public PsdColorPalette(Color[] colorPaletteEntries, short transparentIndex, bool useCompactPalette)
范围类型描述
colorPaletteEntriesColor[]调色板条目。
transparentIndexInt16透明色指数。
useCompactPaletteBoolean指示是否紧凑它调色板。

也可以看看


PsdColorPalette(Color[], short)

初始化一个新的实例PsdColorPalette类和 IsCompactPalette 是 false.

public PsdColorPalette(Color[] colorPaletteEntries, short transparentIndex)
范围类型描述
colorPaletteEntriesColor[]调色板条目。
transparentIndexInt16透明色指数。

也可以看看