Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfSetPalentries

  • All Implemented Interfaces:
    Cloneable


    public class WmfSetPalentries
    extends WmfObject

    The META_SETPALENTRIES record defines RGB color values in a range of entries in the logical palette that is defined in the playback device context.

    • Constructor Detail

      • WmfSetPalentries

        public WmfSetPalentries()
    • Method Detail

      • getLogPalette

        public EmfLogPalette getLogPalette()

        Gets or sets the log palette.

        Value: The logical palette.
      • setLogPalette

        public void setLogPalette(EmfLogPalette value)

        Gets or sets the log palette.

        Value: The logical palette.
      • getStart

        public int getStart()

        Gets or sets the start.

        Value: The start.
      • setStart

        public void setStart(int value)

        Gets or sets the start.

        Value: The start.