MCPcopy Create free account
hub / github.com/HumbleUI/Skija / setDither

Method setDither

shared/java/Paint.java:119–124  ·  view source on GitHub ↗

Requests, but does not require, to distribute color error. @param value setting for ditering @return this

(boolean value)

Source from the content-addressed store, hash-verified

117 * @return this
118 */
119 @NotNull @Contract("_ -> this")
120 public Paint setDither(boolean value) {
121 Stats.onNativeCall();
122 _nSetDither(_ptr, value);
123 return this;
124 }
125
126 /**
127 * @return whether the geometry is filled, stroked, or filled and stroked.

Callers 2

executeMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nSetDitherMethod · 0.95

Tested by 1

executeMethod · 0.64