Home Reference Source

src/enums/LUTOperation.js

/**
 * An enumeration of LUT worker operations.
 *
 * @type {Object}
 * @property {String} SCALE_UP - Tetrahedral upscale operation.
 */

export const LUTOperation = {
	SCALE_UP: "lut.scaleup"
};