Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetColorCoefficient
Method
SetColorCoefficient
Modules/Core/src/DataManagement/mitkMaterial.cpp:161–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
void mitk::Material::SetColorCoefficient(double coefficient)
162
{
163
m_ColorCoefficient = coefficient;
164
Modified();
165
}
166
167
void mitk::Material::SetSpecularColor(mitk::Material::Color specularColor)
168
{
Callers
3
Initialize
Method · 0.95
Update
Method · 0.95
testSetColorCoefficient
Method · 0.80
Calls
1
Modified
Function · 0.85
Tested by
1
testSetColorCoefficient
Method · 0.64