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

Function ColorToTuple

Wrapping/Python/mitk/MultiLabelSegmentation.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60std::tuple<float, float, float> ColorToTuple(const Color& c)
61{
62 return {c.GetRed(), c.GetGreen(), c.GetBlue()};
63}
64
65Label::PixelType ToLabelValue(py::handle h)
66{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected