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

Method SetDiffuseColor

Rendering/External/vtkExternalLight.cxx:59–63  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

57
58//------------------------------------------------------------------------------
59void vtkExternalLight::SetDiffuseColor(double color1, double color2, double color3)
60{
61 this->Superclass::SetDiffuseColor(color1, color2, color3);
62 this->DiffuseColorSet = true;
63}
64
65//------------------------------------------------------------------------------
66void vtkExternalLight::SetSpecularColor(double color1, double color2, double color3)

Callers 15

TestRIBExporterFunction · 0.80
TestMNIObjects.pyFile · 0.80
ImportPropertiesMethod · 0.80
exitFieldMethod · 0.80
initializeVTKMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
KSpline.pyFile · 0.80
CSpline.pyFile · 0.80
closedSplines.pyFile · 0.80
scalarColors.pyFile · 0.80

Calls

no outgoing calls

Tested by 15

TestRIBExporterFunction · 0.64
initializeVTKMethod · 0.64
__init__Method · 0.64
TestVBOPointsLinesFunction · 0.64
TestFluidMapperFunction · 0.64
TestUserShaderFunction · 0.64
TestSetZBufferFunction · 0.64
TestEDLPassFunction · 0.64
TestSphereVertexFunction · 0.64
TestSpherePointsFunction · 0.64
TestSimpleMotionBlurFunction · 0.64