Skip to content

Commit

Permalink
Fix toGamut() types (color-js#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydk authored Jun 11, 2024
1 parent 293693c commit 97eec55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toGamut.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const GMAPPRESET = {
* Force coordinates to be in gamut of a certain color space.
* Mutates the color it is passed.
* @param {ColorTypes} color
* @param {ToGamutOptions} param1
* @param {ToGamutOptions | string} param1
* @returns {PlainColorObject}
*/

Expand Down

0 comments on commit 97eec55

Please sign in to comment.