-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Why is transparent equal to black @2.9.3?
colord('transparent').isEqual('#000'); // true
colord('transparent').isEqual('black')); // true
colord('rgba(0,0,0, 0.0)').isEqual('#000'); // true
colord('transparent').toHex(); // '#000000'
colord('transparent').toRgbString(); // 'rgb(0, 0, 0)'
colord('rgba(0,0,0, 0)').toRgbString(); // 'rgb(0, 0, 0)'Metadata
Metadata
Assignees
Labels
No labels