Enumeration: BlendModes
Enums for blendModes for viewport images based on vtk.js
It should be noted that if crosshairs are enabled and can modify the slab thickness, then it will not show any difference unless MAXIMUM_INTENSITY_BLEND is set on the viewport as the blend.
Enumeration Members
AVERAGE_INTENSITY_BLEND
AVERAGE_INTENSITY_BLEND:
number
average intensity projection
Defined in
packages/core/src/enums/BlendModes.ts:20
COMPOSITE
COMPOSITE:
number
composite blending - suitable for compositing multiple images
Defined in
packages/core/src/enums/BlendModes.ts:14
MAXIMUM_INTENSITY_BLEND
MAXIMUM_INTENSITY_BLEND:
number
maximum intensity projection
Defined in
packages/core/src/enums/BlendModes.ts:16
MINIMUM_INTENSITY_BLEND
MINIMUM_INTENSITY_BLEND:
number
minimum intensity projection