S or /

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

Paint controls options applied when drawing.

StrokeCap Enum

Cap draws at the beginning and end of an open path contour.

StrokeJoin Enum

Join specifies how corners are drawn when a shape is stroked. Join affects the four corners of a stroked rectangle, and the connected segments in a stroked path.

Functions§

Constants§

Re-exports§