Given a color origin, returns a new color that is in gamut using the CSS Gamut Mapping Algorithm. If space is specified, it will be in gamut in space, and returned in space. Otherwise, it will be in gamut and returned in the color space of origin.
origin
space
Optional
Given a color
origin
, returns a new color that is in gamut using the CSS Gamut Mapping Algorithm. Ifspace
is specified, it will be in gamut inspace
, and returned inspace
. Otherwise, it will be in gamut and returned in the color space oforigin
.