Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Interface IPsdColorPalette

    • Method Detail

      • getTransparentIndex

        short getTransparentIndex()

        Gets the index of the transparent color.

        Returns:
        The index of the transparent color.
      • hasTransparentColor

        boolean hasTransparentColor()

        Gets a value indicating whether transparent color exists.

        Returns:
        true if transparent color exists; otherwise, false.
      • getTransparentColor

        Color getTransparentColor()

        Gets the transparent color.

        Returns:
        The transparent color.
      • getTransparentArgbColor

        int getTransparentArgbColor()

        Gets the transparent color.

        Returns:
        The transparent color.
      • getRawEntries

        byte[] getRawEntries()

        Gets the raw color palette entries data.

        Returns:
        The raw color palette entries data.
      • getRawEntriesCount

        int getRawEntriesCount()

        Gets the raw color palette entries count.

        Returns:
        The raw color palette entries count.