PsdColorPalette.PsdColorPalette

PsdColorPalette(IColorPalette)

Initialisiert eine neue Instanz vonPsdColorPalette Klasse.

public PsdColorPalette(IColorPalette colorPalette)
ParameterTypBeschreibung
colorPaletteIColorPaletteDie Farbpalette.

Siehe auch


PsdColorPalette(IColorPalette, short)

Initialisiert eine neue Instanz vonPsdColorPalette Klasse.

public PsdColorPalette(IColorPalette colorPalette, short transparentIndex)
ParameterTypBeschreibung
colorPaletteIColorPaletteDie Farbpalette.
transparentIndexInt16Der transparente Farbindex.

Siehe auch


PsdColorPalette(byte[], bool)

Initialisiert eine neue Instanz vonPsdColorPalette Klasse.

public PsdColorPalette(byte[] rawEntriesData, bool isCompactPalette)
ParameterTypBeschreibung
rawEntriesDataByte[]Die Rohdaten der Einträge.
isCompactPaletteBooleanZeigt an, ob die Palette kompakt ist.

Siehe auch


PsdColorPalette(byte[])

Initialisiert eine neue Instanz vonPsdColorPalette Klasse und IsCompactPalette ist falsch.

public PsdColorPalette(byte[] rawEntriesData)
ParameterTypBeschreibung
rawEntriesDataByte[]Die Rohdaten der Einträge.

Siehe auch


PsdColorPalette(byte[], short, bool)

Initialisiert eine neue Instanz vonPsdColorPalette Klasse.

public PsdColorPalette(byte[] rawEntriesData, short transparentIndex, bool useCompactPalette)
ParameterTypBeschreibung
rawEntriesDataByte[]Die Rohdaten der Einträge.
transparentIndexInt16Der transparente Farbindex. Beachten Sie, dass der Index nicht der Roheintragsindex ist, sondern für das konvertierte Farbarray.
useCompactPaletteBooleanZeigt an, ob die Palette kompakt ist.

Siehe auch


PsdColorPalette(byte[], short)

Initialisiert eine neue Instanz vonPsdColorPalette Klasse und IsCompactPalette ist falsch.

public PsdColorPalette(byte[] rawEntriesData, short transparentIndex)
ParameterTypBeschreibung
rawEntriesDataByte[]Die Rohdaten der Einträge.
transparentIndexInt16Der transparente Farbindex. Beachten Sie, dass der Index nicht der Roheintragsindex ist, sondern für das konvertierte Farbarray.

Siehe auch


PsdColorPalette(int[], bool)

Initialisiert eine neue Instanz vonPsdColorPalette Klasse.

public PsdColorPalette(int[] colorPaletteArgb32Entries, bool isCompactPalette)
ParameterTypBeschreibung
colorPaletteArgb32EntriesInt32[]Die Farbpalette 32-Bit-ARGB-Einträge.
isCompactPaletteBooleanZeigt an, ob die Palette kompakt ist.

Siehe auch


PsdColorPalette(Color[], bool)

Initialisiert eine neue Instanz vonPsdColorPalette Klasse.

public PsdColorPalette(Color[] colorPaletteEntries, bool isCompactPalette)
ParameterTypBeschreibung
colorPaletteEntriesColor[]Die Farbpaletteneinträge.
isCompactPaletteBooleanZeigt an, ob die Palette kompakt ist.

Siehe auch


PsdColorPalette(Color[])

Initialisiert eine neue Instanz vonPsdColorPalette Klasse und IsCompactPalette ist falsch.

public PsdColorPalette(Color[] colorPaletteEntries)
ParameterTypBeschreibung
colorPaletteEntriesColor[]Die Farbpaletteneinträge.

Siehe auch


PsdColorPalette(Color[], short, bool)

Initialisiert eine neue Instanz vonPsdColorPalette Klasse.

public PsdColorPalette(Color[] colorPaletteEntries, short transparentIndex, bool useCompactPalette)
ParameterTypBeschreibung
colorPaletteEntriesColor[]Die Farbpaletteneinträge.
transparentIndexInt16Der transparente Farbindex.
useCompactPaletteBooleanZeigt an, ob die Palette kompakt ist.

Siehe auch


PsdColorPalette(Color[], short)

Initialisiert eine neue Instanz vonPsdColorPalette Klasse und IsCompactPalette ist falsch.

public PsdColorPalette(Color[] colorPaletteEntries, short transparentIndex)
ParameterTypBeschreibung
colorPaletteEntriesColor[]Die Farbpaletteneinträge.
transparentIndexInt16Der transparente Farbindex.

Siehe auch