MCPcopy Create free account
hub / github.com/colmap/colmap / ApplyBackgroundColor

Method ApplyBackgroundColor

src/colmap/ui/render_options_widget.cc:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void RenderOptionsWidget::ApplyBackgroundColor() {
282 model_viewer_widget_->SetBackgroundColor(
283 background_color_(0), background_color_(1), background_color_(2));
284}
285
286void RenderOptionsWidget::SelectColor(const std::string& title,
287 Eigen::Vector4f* color) {

Callers

nothing calls this directly

Calls 1

SetBackgroundColorMethod · 0.80

Tested by

no test coverage detected