* @brief Reimplementation of ViewObjectCanvas: Active color */
| 372 | * @brief Reimplementation of ViewObjectCanvas: Active color |
| 373 | */ |
| 374 | tl::Color active_color () const |
| 375 | { |
| 376 | return tl::Color (m_active); |
| 377 | } |
| 378 | |
| 379 | /** |
| 380 | * @brief Reimplementation of ViewObjectCanvas: background image |
no outgoing calls
no test coverage detected