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

Method SetValue

Modules/Core/src/DataManagement/mitkColorProperty.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void mitk::ColorProperty::SetValue(const mitk::Color &color)
64{
65 SetColor(color);
66}
67
68void mitk::ColorProperty::SetColor(float red, float green, float blue)
69{

Calls

no outgoing calls

Tested by

no test coverage detected