Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
void mitk::Material::SetColor(mitk::Material::Color color)
150
{
151
m_Color = color;
152
Modified();
153
}
154
155
void mitk::Material::SetColor(double red, double green, double blue)
156
{
Callers
2
Initialize
Method · 0.95
Update
Method · 0.95
Calls
2
Modified
Function · 0.85
Set
Method · 0.45
Tested by
no test coverage detected