Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Interface IPsdColorPalette

    • Method Detail

      • getTransparentIndex

        short getTransparentIndex()

        Gets the index of the transparent color.

        Value: The index of the transparent color.
      • hasTransparentColor

        boolean hasTransparentColor()

        Gets a value indicating whether transparent color exists.

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

        Color getTransparentColor()

        Gets the transparent color.

        Value: The transparent color.
      • getRawEntries

        byte[] getRawEntries()

        Gets the raw color palette entries data.

        Value: The raw color palette entries data.
      • getRawEntriesCount

        int getRawEntriesCount()

        Gets the raw color palette entries count.

        Value: The raw color palette entries count.