Type Alias: Layer
type Layer = object;
Defined in: nvmesh-types.ts:106
Properties
alphaThreshold
alphaThreshold: boolean;
Defined in: nvmesh-types.ts:109
cal_max
cal_max: number | null;
Defined in: nvmesh-types.ts:120
cal_maxNeg
cal_maxNeg: number;
Defined in: nvmesh-types.ts:123
cal_min
cal_min: number | null;
Defined in: nvmesh-types.ts:119
cal_minNeg
cal_minNeg: number;
Defined in: nvmesh-types.ts:122
colorbarVisible
colorbarVisible: boolean;
Defined in: nvmesh-types.ts:112
colormap
colormap: string;
Defined in: nvmesh-types.ts:125
colormapInvert
colormapInvert: boolean;
Defined in: nvmesh-types.ts:108
colormapLabel
colormapLabel: LUT;
Defined in: nvmesh-types.ts:113
colormapNegative
colormapNegative: string;
Defined in: nvmesh-types.ts:126
frame4D
frame4D: number;
Defined in: nvmesh-types.ts:115
global_max
global_max: number;
Defined in: nvmesh-types.ts:118
global_min
global_min: number;
Defined in: nvmesh-types.ts:117
isAdditiveBlend
isAdditiveBlend: boolean;
Defined in: nvmesh-types.ts:111
isTransparentBelowCalMin
isTransparentBelowCalMin: boolean;
Defined in: nvmesh-types.ts:110
nFrame4D
nFrame4D: number;
Defined in: nvmesh-types.ts:114
opacity
opacity: number;
Defined in: nvmesh-types.ts:124
outlineBorder
outlineBorder: number;
Defined in: nvmesh-types.ts:116
useNegativeCmap
useNegativeCmap: boolean;
Defined in: nvmesh-types.ts:127
values
values: AnyNumberArray;
Defined in: nvmesh-types.ts:121