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

Function clear_dither_pattern

src/laybasic/laybasic/layLayerProperties.h:385–388  ·  view source on GitHub ↗

* @brief Clear the dither pattern */

Source from the content-addressed store, hash-verified

383 * @brief Clear the dither pattern
384 */
385 void clear_dither_pattern ()
386 {
387 set_dither_pattern (-1);
388 }
389
390 /**
391 * @brief Test, if the dither pattern is set

Callers

nothing calls this directly

Calls 1

set_dither_patternFunction · 0.85

Tested by

no test coverage detected