-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
Hi! Thank you for this module.
var color = '#1ba1e2';
var color_rgb = Please.HEX_to_RGB(color);
console.log("Hex: ", color);
console.log("Rgb: ", color_rgb);
console.log("Rgb: ", Please.HSV_to_RGB(Please.RGB_to_HSV(color_rgb)));
I hav next result:
Hex: #1ba1e2
Rgb: {r: 27, g: 161, b: 226}
Rgb: {r: 26, g: 161, b: 226}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels