MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / setBackgroundColor

Method setBackgroundColor

visualization/src/pcl_plotter.cpp:462–468  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

460
461//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
462void
463pcl::visualization::PCLPlotter::setBackgroundColor (const double r, const double g, const double b)
464{
465 bkg_color_[0] = r;
466 bkg_color_[1] = g;
467 bkg_color_[2] = b;
468}
469
470//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
471void

Callers 15

runMethod · 0.45
visualizeFunction · 0.45
runMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
operator()Method · 0.45
displayValuesFunction · 0.45

Calls

no outgoing calls

Tested by 5

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
simpleVisFunction · 0.36