withValues abstract method

  1. @override
ColorModel withValues(
  1. List<num> values
)

Returns a color in this color's color space with the values provided.

values should contain one value for each parameter of the color space; the alpha value is optional.

Implementation

@override
ColorModel withValues(List<num> values);