IPsdColorPalette Interface
The pasd color palette

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public interface IPsdColorPalette : IColorPalette

The IPsdColorPalette type exposes the following members.

Properties
  NameDescription
Public propertyArgb32Entries
Gets an array of 32-bit ARGB structures.
(Inherited from IColorPalette.)
Public propertyEntries
Gets an array of Color structures.
(Inherited from IColorPalette.)
Public propertyEntriesCount
Gets the entries count.
(Inherited from IColorPalette.)
Public propertyHasTransparentColor
Gets a value indicating whether transparent color exists.
Public propertyIsCompactPalette
Gets a value indicating whether compact palette is used.
(Inherited from IColorPalette.)
Public propertyRawEntries
Gets the raw color palette entries data.
Public propertyRawEntriesCount
Gets the raw color palette entries count.
Public propertyTransparentColor
Gets the transparent color.
Public propertyTransparentIndex
Gets the index of the transparent color.
Methods
  NameDescription
Public methodGetArgb32Color
Gets the 32-bit ARGB palette color by index.
(Inherited from IColorPalette.)
Public methodGetColor
Gets the palette color by index.
(Inherited from IColorPalette.)
Public methodGetNearestColorIndex(Int32)
Gets the index of the nearest 32-bit ARGB color.
(Inherited from IColorPalette.)
Public methodGetNearestColorIndex(Color)
Gets the index of the nearest color.
(Inherited from IColorPalette.)
See Also