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 94fc05e commit c2a8613Copy full SHA for c2a8613
colorpicker.js
@@ -390,8 +390,8 @@
390
};
391
392
/**
393
- * Sets color of the picker in rgb format.
394
- * @param {object} rgb Object of the form: { r: <red>, g: <green>, b: <blue> }.
+ * Sets color of the picker in hsv format.
+ * @param {object} hsv Object of the form: { h: <hue>, s: <saturation>, v: <value> }.
395
*/
396
ColorPicker.prototype.setHsv = function(hsv) {
397
return setColor(this, hsv);
0 commit comments