Skip to content

Commit

Permalink
fix(colortransferfunction): add access to set/get Scale
Browse files Browse the repository at this point in the history
In this case issue was created in vtk discourse
  • Loading branch information
antonskrebkov authored and finetjul committed May 14, 2024
1 parent a03ea48 commit f1dc4a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Rendering/Core/ColorTransferFunction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1324,9 +1324,10 @@ export function extend(publicAPI, model, initialValues = {}) {
macro.setGet(publicAPI, model, [
'useAboveRangeColor',
'useBelowRangeColor',
'colorSpace',
'discretize',
'numberOfValues',
{ type: 'enum', name: 'colorSpace', enum: ColorSpace },
{ type: 'enum', name: 'scale', enum: Scale },
]);

macro.setArray(
Expand Down

0 comments on commit f1dc4a2

Please sign in to comment.