withValues abstract method

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

ColorModel withValues(List<num> values);