Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetColorScale
Method
GetColorScale
Rendering/Core/vtkImageMapper.cxx:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
double vtkImageMapper::GetColorScale()
85
{
86
return 255.0 / this->ColorWindow;
87
}
88
89
void vtkImageMapper::RenderStart(vtkViewport* viewport, vtkActor2D* actor)
90
{
Callers
1
RenderData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected