MCPcopy 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
167void mitk::Material::SetSpecularColor(mitk::Material::Color specularColor)
168{
169 m_SpecularColor = specularColor;
170 Modified();
171}
172
173void mitk::Material::SetSpecularColor(double red, double green, double blue)
174{

Callers 6

InitializeMethod · 0.95
UpdateMethod · 0.95
testSetSpecularColorMethod · 0.80
testInitializeMethod · 0.80
testOperatorequalityMethod · 0.80

Calls 2

ModifiedFunction · 0.85
SetMethod · 0.45

Tested by 3

testSetSpecularColorMethod · 0.64
testInitializeMethod · 0.64
testOperatorequalityMethod · 0.64