Type Alias: Layer
type Layer = object;
Defined in: nvmesh-types.ts:115
Properties
alphaThreshold
alphaThreshold: boolean;
Defined in: nvmesh-types.ts:118
cal_max
cal_max: number | null;
Defined in: nvmesh-types.ts:129
cal_maxNeg
cal_maxNeg: number;
Defined in: nvmesh-types.ts:132
cal_min
cal_min: number | null;
Defined in: nvmesh-types.ts:128
cal_minNeg
cal_minNeg: number;
Defined in: nvmesh-types.ts:131
colorbarVisible
colorbarVisible: boolean;
Defined in: nvmesh-types.ts:121
colormap
colormap: string;
Defined in: nvmesh-types.ts:134
colormapInvert
colormapInvert: boolean;
Defined in: nvmesh-types.ts:117
colormapLabel
colormapLabel: LUT;
Defined in: nvmesh-types.ts:122
colormapNegative
colormapNegative: string;
Defined in: nvmesh-types.ts:135
frame4D
frame4D: number;
Defined in: nvmesh-types.ts:124
global_max
global_max: number;
Defined in: nvmesh-types.ts:127
global_min
global_min: number;
Defined in: nvmesh-types.ts:126
isAdditiveBlend
isAdditiveBlend: boolean;
Defined in: nvmesh-types.ts:120
isTransparentBelowCalMin
isTransparentBelowCalMin: boolean;
Defined in: nvmesh-types.ts:119
nFrame4D
nFrame4D: number;
Defined in: nvmesh-types.ts:123
opacity
opacity: number;
Defined in: nvmesh-types.ts:133
outlineBorder
outlineBorder: number;
Defined in: nvmesh-types.ts:125
useNegativeCmap
useNegativeCmap: boolean;
Defined in: nvmesh-types.ts:136
values
values: AnyNumberArray;
Defined in: nvmesh-types.ts:130