Enum BlendingMode

java.lang.Object
java.lang.Enum<BlendingMode>
com.agisoft.metashape.BlendingMode
All Implemented Interfaces:
Serializable, Comparable<BlendingMode>

public enum BlendingMode extends Enum<BlendingMode>
  • Enum Constant Details

    • NoBlending

      public static final BlendingMode NoBlending
    • AverageBlending

      public static final BlendingMode AverageBlending
    • MosaicBlending

      public static final BlendingMode MosaicBlending
    • MinBlending

      public static final BlendingMode MinBlending
    • MaxBlending

      public static final BlendingMode MaxBlending
  • Method Details

    • values

      public static BlendingMode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static BlendingMode valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null