Skip to main content

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


LABELMAP_EDGE_PROJECTION_BLEND​

LABELMAP_EDGE_PROJECTION_BLEND: number

MIP labelmap

Defined in​

packages/core/src/enums/BlendModes.ts:22


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

Defined in​

packages/core/src/enums/BlendModes.ts:18