UIColor-Hex icon indicating copy to clipboard operation
UIColor-Hex copied to clipboard

Fixed color creation when using CSS with 3 or 4 characters

Open kevbotheone opened this issue 7 years ago • 0 comments

When the CSS string uses a single character for the individual R, G, & B values, the single value is appended for each R, G, & B value instead of the alpha value getting appended. For example, "#ABC" will become "#AABBCC".

kevbotheone avatar Sep 25 '18 01:09 kevbotheone