Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetSpecularColor
Method
SetSpecularColor
Modules/Core/src/DataManagement/mitkMaterial.cpp:167–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
void mitk::Material::SetSpecularColor(mitk::Material::Color specularColor)
168
{
169
m_SpecularColor = specularColor;
170
Modified();
171
}
172
173
void mitk::Material::SetSpecularColor(double red, double green, double blue)
174
{
Callers
6
Initialize
Method · 0.95
Update
Method · 0.95
testSetSpecularColor
Method · 0.80
testInitialize
Method · 0.80
testOperatorequality
Method · 0.80
ApplyMitkPropertiesToVtkProperty
Method · 0.80
Calls
2
Modified
Function · 0.85
Set
Method · 0.45
Tested by
3
testSetSpecularColor
Method · 0.64
testInitialize
Method · 0.64
testOperatorequality
Method · 0.64