We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3702680 commit ee32dd1Copy full SHA for ee32dd1
getHSBValue.jsx
@@ -29,5 +29,5 @@ function rgbToHsv(r, g, b) {
29
30
h *= 60;
31
}
32
- return [ h, s, v ];
+ return [ Math.round(h), Math.round(s), Math.round(v) ];
33
0 commit comments