UNPKG

colorjs.io

Version:

Let’s get serious about color

7 lines (6 loc) 189 B
import ColorSpace from "./space.js"; export default function setAll (color, space, coords) { space = ColorSpace.get(space); color.coords = space.to(color.space, coords); return color; }