MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / invertColorsChecked

Method invertColorsChecked

code/main/Cfg.ts:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 }
132
133 private invertColorsChecked(): void{
134 this.setInvertedColors(true);
135 }
136
137 private invertColorsUnchecked(): void{
138 this.setInvertedColors(false);

Callers

nothing calls this directly

Calls 1

setInvertedColorsMethod · 0.95

Tested by

no test coverage detected