MCPcopy Create free account
hub / github.com/MITK/MITK / GetColor

Method GetColor

Modules/Core/src/DataManagement/mitkLookupTable.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void mitk::LookupTable::GetColor(double value, double rgb[3])
270{
271 this->GetVtkLookupTable()->GetColor(value, rgb);
272}
273
274void mitk::LookupTable::GetTableValue(int index, double rgba[4])
275{

Callers

nothing calls this directly

Calls 1

GetVtkLookupTableMethod · 0.95

Tested by

no test coverage detected