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

Method AddRGB

Modules/QtWidgetsExt/src/QmitkColorTransferFunctionCanvas.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void QmitkColorTransferFunctionCanvas::AddRGB(double x, double r, double g, double b)
150{
151 m_ColorTransferFunction->AddRGBPoint(x, r, g, b);
152}

Callers

nothing calls this directly

Calls 1

AddRGBPointMethod · 0.80

Tested by

no test coverage detected