We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671642f commit ffe12a4Copy full SHA for ffe12a4
Sources/Rendering/Core/ColorTransferFunction/index.d.ts
@@ -1,10 +1,9 @@
1
import vtkDataArray from '../../../Common/Core/DataArray';
2
-import { vtkObject } from '../../../interfaces';
+import vtkScalarsToColors from '../../../Common/Core/ScalarsToColors'
3
import { ColorSpace, Scale } from "./Constants";
4
5
6
-/* TODO: use VtkScalarsToColors instead of VtkObject */
7
-export interface vtkColorTransferFunction extends vtkObject {
+export interface vtkColorTransferFunction extends vtkScalarsToColors {
8
/**
9
* Add a point defined in RGB
10
* @param {Number} x The index of the point.
0 commit comments