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

Function set_dither_pattern

src/laybasic/laybasic/layLayerProperties.h:345–352  ·  view source on GitHub ↗

* @brief Set the dither pattern index */

Source from the content-addressed store, hash-verified

343 * @brief Set the dither pattern index
344 */
345 void set_dither_pattern (int index)
346 {
347 refresh ();
348 if (m_dither_pattern != index) {
349 m_dither_pattern = index;
350 need_realize (nr_visual);
351 }
352 }
353
354 /**
355 * @brief Get the effective dither pattern index

Callers 4

redoMethod · 0.85
undoMethod · 0.85
appendMethod · 0.85
clear_dither_patternFunction · 0.85

Calls 1

refreshFunction · 0.70

Tested by

no test coverage detected