Packages

 

com.aspose.imaging.fileformats.emf.emfplus.records

Class EmfPlusSetCompositingMode

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfPlusSetCompositingMode
    extends EmfPlusPropertyRecordType

    The EmfPlusSetCompositingMode record specifies how source colors are combined with background colors.

    • Constructor Detail

      • EmfPlusSetCompositingMode

        public EmfPlusSetCompositingMode(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusSetCompositingMode class.

        Parameters:
        source - The source.
    • Method Detail

      • getCompositingMode

        public byte getCompositingMode()

        Gets or sets the compositing mode value, from the CompositingMode enumeration (section 2.1.1.5). Compositing can be expressed as the state of alpha blending, which can either be on or off.

        Value: The compositing mode.
      • setCompositingMode

        public void setCompositingMode(byte value)

        Gets or sets the compositing mode value, from the CompositingMode enumeration (section 2.1.1.5). Compositing can be expressed as the state of alpha blending, which can either be on or off.

        Value: The compositing mode.