Skip to content

Commit a260c95

Browse files
committed
docs(volumeproperty): add warning that gray transfer function is not supported
1 parent d4f8ca7 commit a260c95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Rendering/Core/VolumeProperty/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export interface vtkVolumeProperty extends vtkObject {
8181

8282
/**
8383
* Get the currently set gray transfer function. Create one if none set.
84+
* NOT SUPPORTED as of now, use RGB transfer function instead.
8485
* @param {Number} index
8586
*/
8687
getGrayTransferFunction(index: number): vtkPiecewiseFunction;
@@ -176,6 +177,7 @@ export interface vtkVolumeProperty extends vtkObject {
176177

177178
/**
178179
* Set the color of a volume to a gray transfer function
180+
* NOT SUPPORTED as of now, use RGB transfer function instead.
179181
* @param {Number} index
180182
* @param {vtkPiecewiseFunction} func
181183
*/

0 commit comments

Comments
 (0)