Package limn.graphics
Interface Paint
- All Known Implementing Classes:
Color,LinearGradient,RadialGradient
How a shape is filled or stroked: a solid
Color or a
LinearGradient/RadialGradient. Gradient coordinates live in
the same (logical, pre-transform) space as the shape being painted.
Translucency comes from the alpha channel of the paint's colors, further
multiplied by Canvas.setOpacity(float).