MCPcopy Create free account
hub / github.com/KLayout/klayout / background_color

Function background_color

src/laybasic/laybasic/layLayoutViewBase.h:1981–1984  ·  view source on GitHub ↗

* @brief Background color property */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

background_colorMethod · 0.45

Tested by

no test coverage detected