Properties
imageFilter how SkImage is sampled when transformed
Requests, but does not require, that edge pixels draw opaque or with partial transparency.
maskFilter modifies clipping mask generated from drawn geometry
Replace Path with a modification when drawn
Sets the geometry drawn at the beginning and end of strokes.
Sets the geometry drawn at the corners of strokes.
Sets the limit at which a sharp corner is drawn beveled. Valid values are zero and greater. Has no effect if miter is less than zero.
Sets the thickness of the pen used by the paint to outline the shape. A stroke-width of zero is treated as "hairline" width. Hairlines are always exactly one pixel wide in device space (their thickness does not change as the canvas is scaled). Negative stroke-widths are invalid; setting a negative width will have no effect.
Functions
Returns true if Paint prevents all drawing; otherwise, the Paint may or may not allow drawing.
Sets alpha and RGB used when stroking and filling. The color is four floating point values, unpremultiplied. The color values are interpreted as being in the colorSpace. If colorSpace is nullptr, then color is assumed to be in the sRGB color space.