SourceModule paint
Paint controls options applied when drawing. Paint collects all
options outside of the skia.Canvas clip and skia.Canvas matrix.
Various options apply to strokes and fills, and images.
Paint collects effects and filters that describe single-pass and multiple-pass
algorithms that alter the drawing geometry, color, and transparency. For instance,
Paint does not directly implement dashing or blur, but contains the objects that do so.
Classes§
| Paint |
|
| StrokeCap Enum |
|
| StrokeJoin Enum |
|