Closed mbostock closed 2 years ago
Is it only rgb and hsl colors that can be clamped? In that case, should we have a default method for the other color types, for API consistence (i.e. an alias of color.copy)?
Yes, only RGB and HSL. These are “hardware” color spaces whereas the other ones are more abstract.
Related #101.