Uses of Enum
com.agisoft.metashape.BlendingMode
Packages that use BlendingMode
-
Uses of BlendingMode in com.agisoft.metashape
Methods in com.agisoft.metashape that return BlendingModeModifier and TypeMethodDescriptionstatic BlendingModeReturns the enum constant of this type with the specified name.static BlendingMode[]BlendingMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BlendingMode in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return BlendingModeModifier and TypeMethodDescriptionBuildOrthomosaic.getBlendingMode()Orthophoto blending mode.BuildTexture.getBlendingMode()Texture blending mode.Methods in com.agisoft.metashape.tasks with parameters of type BlendingModeModifier and TypeMethodDescriptionvoidBuildOrthomosaic.setBlendingMode(BlendingMode value) Orthophoto blending mode.voidBuildTexture.setBlendingMode(BlendingMode value) Texture blending mode.