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