MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / toggleInvert

Method toggleInvert

platform/java/example/Viewer.java:727–730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

725 }
726
727 protected void toggleInvert() {
728 invert = !invert;
729 render();
730 }
731
732 protected void toggleTint() {
733 tint = !tint;

Callers 1

canvasKeyTypedMethod · 0.95

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected