We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Do u have any progress about using colormap for stackviewport?
The text was updated successfully, but these errors were encountered:
Not that way (through stackViewport api), but you can set colormaps manually like this https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/utils/demo/helpers/setPetColorMapTransferFunctionForVolumeActor.js#L5
Sorry, something went wrong.
Thanks for the inspiration. I really appreciate it. Here I am adding a code block for the convenience of other friends who may be interested in it.
let ActorEntry = viewport.getActor(viewport.id); let actor = ActorEntry.actor; actor.getProperty().setRGBTransferFunction(0, cfun); viewport.render();
No branches or pull requests
Hi, Do u have any progress about using colormap for stackviewport?
The text was updated successfully, but these errors were encountered: