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

Function background_color

src/laybasic/laybasic/layLayoutCanvas.h:358–361  ·  view source on GitHub ↗

* @brief Reimplementation of ViewObjectCanvas: Background color */

Source from the content-addressed store, hash-verified

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

Callers 6

configureMethod · 0.70
icon_for_layerMethod · 0.70
paint_eventMethod · 0.70
image_with_optionsMethod · 0.70
screenshotMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected