We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Thank you for this module.
I hav next result:
Hex: #1ba1e2
Rgb: {r: 27, g: 161, b: 226}
Rgb: {r: 26, g: 161, b: 226}
The text was updated successfully, but these errors were encountered: