Requests, but does not require, to distribute color error. @param value setting for ditering @return this
(boolean value)
| 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. |