hexToRgb
Convert String HEX color to RGB color.
Example:
"#000000".hexToRgb() // (0, 0, 0)
"#FFFFFF".hexToRgb() // (255, 255 255)
Content copied to clipboard
Since
1.1.0
Return
Triple of red, green and blue values.
Convert String HEX color to RGB color.
Example:
"#000000".hexToRgb() // (0, 0, 0)
"#FFFFFF".hexToRgb() // (255, 255 255)
1.1.0
Triple of red, green and blue values.