Packages

 

com.aspose.imaging.fileformats.emf.emfplus.consts

Class EmfPlusCompositingMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusCompositingMode


  • public final class EmfPlusCompositingMode
    extends com.aspose.ms.System.Enum

    The CompositingMode enumeration defines modes for combining source colors with background colors. The compositing mode represents the enable state of alpha blending.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static byte CompositingModeSourceCopy
      Disables alpha blending, which means that when a source color is rendered, it overwrites the background color.
      static byte CompositingModeSourceOver
      Enables alpha blending, which specifies that when a color is rendered, it is blended with the background color.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • CompositingModeSourceOver

        public static final byte CompositingModeSourceOver

        Enables alpha blending, which specifies that when a color is rendered, it is blended with the background color. The extent of blending is determined by the value of the alpha component of the color being rendered.

        See Also:
        Constant Field Values
      • CompositingModeSourceCopy

        public static final byte CompositingModeSourceCopy

        Disables alpha blending, which means that when a source color is rendered, it overwrites the background color.

        See Also:
        Constant Field Values