Packages

 

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

Classes

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

Class EmfBlendFunction

  • java.lang.Object
    • com.aspose.ms.System.ValueType<T>
      • com.aspose.ms.lang.Struct<EmfBlendFunction>
        • com.aspose.imaging.fileformats.emf.emf.records.EmfBlendFunction


  • public class EmfBlendFunction
    extends com.aspose.ms.lang.Struct<EmfBlendFunction>

    A structure that specifies the blending operations for source and destination bitmaps.

    • Constructor Detail

      • EmfBlendFunction

        public EmfBlendFunction()
      • EmfBlendFunction

        public EmfBlendFunction(int dwordData)

        Initializes a new instance of the EmfBlendFunction class.

        Parameters:
        dwordData - The dword data.
    • Method Detail

      • getBlendOperation

        public byte getBlendOperation()

        Gets the blend operation code. The only source and destination blend operation that has been defined is 0x00, which specifies that the source bitmap MUST be combined with the destination bitmap based on the alpha transparency values of the source pixels. See the following equations for details.

      • getBlendFlags

        public byte getBlendFlags()

        Gets the blend flags. This value MUST be 0x00 and MUST be ignored.

      • getSrcConstantAlpha

        public byte getSrcConstantAlpha()

        Gets an 8-bit unsigned integer that specifies alpha transparency, which determines the blend of the source and destination bitmaps. This value MUST be used on the entire source bitmap. The minimum alpha transparency value, zero, corresponds to completely transparent the maximum value, 0xFF, corresponds to completely opaque. In effect, a value of 0xFF specifies that the per-pixel alpha values determine the blend of the source and destination bitmaps. See the equations later in this section for details.

      • getAlphaFormat

        public byte getAlphaFormat()

        Gets a structure that specifies how source and destination pixels are interpreted with respect to alpha transparency.

      • toInt

        public int toInt()

        Converts the string representation of a number to an integer.

        Returns:
        The DWORD value of structure.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object