* @brief Background color property */
| 1979 | * @brief Background color property |
| 1980 | */ |
| 1981 | tl::Color background_color () const |
| 1982 | { |
| 1983 | return mp_canvas->background_color (); |
| 1984 | } |
| 1985 | |
| 1986 | /** |
| 1987 | * @brief Foreground color property |
nothing calls this directly
no test coverage detected