Skip to content

Commit 3c5ec78

Browse files
committed
b4uhh
1 parent 5e2fa44 commit 3c5ec78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ String.prototype.to_obj = function () {
12021202
* @returns {string} Resulting HVS string (used in HVS and COLOR_2_HVS)
12031203
*/
12041204
let hsv = (hue, sat, bright, sat_checked = false, bright_checked = false) => {
1205-
return [h, s, b, +sat_checked, +bright_checked].join("a");
1205+
return [hue, sat, bright, +sat_checked, +bright_checked].join("a");
12061206
}
12071207
/**
12081208
* @typedef {Object} special_objects

0 commit comments

Comments
 (0)