* @brief Reimplementation of ViewObjectCanvas: Background color */
| 356 | * @brief Reimplementation of ViewObjectCanvas: Background color |
| 357 | */ |
| 358 | tl::Color background_color () const |
| 359 | { |
| 360 | return tl::Color (m_background); |
| 361 | } |
| 362 | |
| 363 | /** |
| 364 | * @brief Reimplementation of ViewObjectCanvas: Foreground color |
no outgoing calls
no test coverage detected