Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusPalette

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPlusPalette
    extends EmfPlusStructureObjectType

    The EmfPlusPalette object specifies the colors that make up a palette.

    • Constructor Detail

      • EmfPlusPalette

        public EmfPlusPalette()
    • Method Detail

      • getPaletteStyleFlags

        public int getPaletteStyleFlags()

        Gets or sets the palette style flags.

        Value: PaletteStyleFlags (4 bytes): A 32-bit unsigned integer that specifies the attributes of data in the palette. This value MUST be composed of EmfPlusPaletteStyleFlags flags.
      • setPaletteStyleFlags

        public void setPaletteStyleFlags(int value)

        Gets or sets the palette style flags.

        Value: PaletteStyleFlags (4 bytes): A 32-bit unsigned integer that specifies the attributes of data in the palette. This value MUST be composed of EmfPlusPaletteStyleFlags flags.
      • getArgb32Entries

        public int[] getArgb32Entries()

        Gets or sets the palette entries.

        Value: PaletteEntries (variable): An array of PaletteCount 32-bit ARGB objects that specify the data in the palette.
      • setArgb32Entries

        public void setArgb32Entries(int[] value)

        Gets or sets the palette entries.

        Value: PaletteEntries (variable): An array of PaletteCount 32-bit ARGB objects that specify the data in the palette.