_BaseVolumeMapper.blend_mode#
- property _BaseVolumeMapper.blend_mode: str[source]#
Return or set the blend mode.
One of the following:
"composite""maximum""minimum""average""additive"
Also accepts integer values corresponding to vtkVolumeMapper.BlendModes. For example vtkVolumeMapper.COMPOSITE_BLEND.