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

Method toggleTint

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

Source from the content-addressed store, hash-verified

730 }
731
732 protected void toggleTint() {
733 tint = !tint;
734 render();
735 }
736
737 protected void toggleOutline() {
738 if (outlineList.getItemCount() <= 0)

Callers 1

canvasKeyTypedMethod · 0.95

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected