MCPcopy 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
84double vtkImageMapper::GetColorScale()
85{
86 return 255.0 / this->ColorWindow;
87}
88
89void vtkImageMapper::RenderStart(vtkViewport* viewport, vtkActor2D* actor)
90{

Callers 1

RenderDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected