none static method

Color none(
  1. Color color,
  2. double factor
)

Perform no shading and simply return the provided color.

Implementation

static Color none(Color color, double factor) => color;