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

Function dither_pattern_loc

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

Source from the content-addressed store, hash-verified

849 int frame_brightness_loc () const { return frame_brightness (false); }
850 int fill_brightness_loc () const { return fill_brightness (false); }
851 int dither_pattern_loc () const { return dither_pattern (false); }
852 int line_style_loc () const { return line_style (false); }
853 bool visible_loc () const { return visible (false); }
854 bool valid_loc () const { return valid (false); }

Callers

nothing calls this directly

Calls 1

dither_patternFunction · 0.85

Tested by

no test coverage detected