MCPcopy Create free account
hub / github.com/Kitware/VTK / GetColorShift

Method GetColorShift

Rendering/Core/vtkImageMapper.cxx:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79double vtkImageMapper::GetColorShift()
80{
81 return this->ColorWindow / 2.0 - this->ColorLevel;
82}
83
84double vtkImageMapper::GetColorScale()
85{

Callers 1

RenderDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected