Requests, but does not require, that edge pixels draw opaque or with partial transparency. @param value setting for antialiasing
(boolean value)
| 92 | * @param value setting for antialiasing |
| 93 | */ |
| 94 | @NotNull @Contract("_ -> this") |
| 95 | public Paint setAntiAlias(boolean value) { |
| 96 | Stats.onNativeCall(); |
| 97 | _nSetAntiAlias(_ptr, value); |
| 98 | return this; |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * @return true if color error may be distributed to smooth color transition. |