applyBounds abstract method

Gradient applyBounds(
  1. Rect bounds,
  2. AffineMatrix transform
)

Apply the bounds and transform the shader.

Implementation

Gradient applyBounds(Rect bounds, AffineMatrix transform);