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 d4f8ca7 commit a260c95Copy full SHA for a260c95
Sources/Rendering/Core/VolumeProperty/index.d.ts
@@ -81,6 +81,7 @@ export interface vtkVolumeProperty extends vtkObject {
81
82
/**
83
* Get the currently set gray transfer function. Create one if none set.
84
+ * NOT SUPPORTED as of now, use RGB transfer function instead.
85
* @param {Number} index
86
*/
87
getGrayTransferFunction(index: number): vtkPiecewiseFunction;
@@ -176,6 +177,7 @@ export interface vtkVolumeProperty extends vtkObject {
176
177
178
179
* Set the color of a volume to a gray transfer function
180
181
182
* @param {vtkPiecewiseFunction} func
183
0 commit comments