MCPcopy Create free account
hub / github.com/Kitware/VTK / SetAmbientColor

Method SetAmbientColor

Rendering/External/vtkExternalLight.cxx:52–56  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

50
51//------------------------------------------------------------------------------
52void vtkExternalLight::SetAmbientColor(double color1, double color2, double color3)
53{
54 this->Superclass::SetAmbientColor(color1, color2, color3);
55 this->AmbientColorSet = true;
56}
57
58//------------------------------------------------------------------------------
59void vtkExternalLight::SetDiffuseColor(double color1, double color2, double color3)

Callers 15

ImportPropertiesMethod · 0.80
exitFieldMethod · 0.80
SetForegroundColorMethod · 0.80

Calls

no outgoing calls

Tested by 15

TestHandleWidgetFunction · 0.64
TestVBOPointsLinesFunction · 0.64
TestUserShaderFunction · 0.64
TestSetZBufferFunction · 0.64
TestEDLPassFunction · 0.64
TestSimpleMotionBlurFunction · 0.64
TestWindowBlitsFunction · 0.64
TestDepthOfFieldPassFunction · 0.64
TestShadowMapPassFunction · 0.64
TestFramebufferHDRFunction · 0.64
TestVBOPLYMapperFunction · 0.64