uiwjs / react-color

🎨 Is a tiny color picker widget component for React apps.
https://uiwjs.github.io/react-color
MIT License
274 stars 92 forks source link

hex is #00000000 bug #119

Closed jljsj33 closed 1 year ago

jljsj33 commented 1 year ago

https://github.com/uiwjs/react-color/blob/main/packages/color-convert/src/index.ts#L208C28-L208C28

hexToRgab('#00000000') ===> { r:0, g: 0, b: 0, a: 1 }

fix: =>>>>.  (a ?? 255) / RGB_MAX