Uses of Class
com.agisoft.metashape.BlendingMode
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of BlendingMode in com.agisoft.metashape
Methods in com.agisoft.metashape that return BlendingMode Modifier and Type Method Description static BlendingModeBlendingMode. valueOf(String name)Returns 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 BlendingMode Modifier and Type Method Description BlendingModeBuildOrthomosaic. getBlendingMode()Orthophoto blending mode.BlendingModeBuildTexture. getBlendingMode()Texture blending mode.Methods in com.agisoft.metashape.tasks with parameters of type BlendingMode Modifier and Type Method Description voidBuildOrthomosaic. setBlendingMode(BlendingMode value)Orthophoto blending mode.voidBuildTexture. setBlendingMode(BlendingMode value)Texture blending mode.