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

Method GetSpecularColor

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

Source from the content-addressed store, hash-verified

223}
224
225mitk::Material::Color mitk::Material::GetSpecularColor() const
226{
227 return m_SpecularColor;
228}
229
230double mitk::Material::GetSpecularCoefficient() const
231{

Callers 4

UpdateMethod · 0.95
testSetSpecularColorMethod · 0.80
InitializeMethod · 0.80
operator==Method · 0.80

Calls

no outgoing calls

Tested by 1

testSetSpecularColorMethod · 0.64