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

Method SetColor

Modules/Core/src/DataManagement/mitkMaterial.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void mitk::Material::SetColor(mitk::Material::Color color)
150{
151 m_Color = color;
152 Modified();
153}
154
155void mitk::Material::SetColor(double red, double green, double blue)
156{

Callers 2

InitializeMethod · 0.95
UpdateMethod · 0.95

Calls 2

ModifiedFunction · 0.85
SetMethod · 0.45

Tested by

no test coverage detected