You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value was neither scaled to a 0-255 range or converted to an
integer, so this function would return a color very close to black.
RGB_to_HEX fails to account for the non-integers, which explains the
decimal point as reported in issue Fooidge#57.
greyscale: true or grayscale: true, doesn't generate hex value of 6 instead : "#000000.36cd673" .
The text was updated successfully, but these errors were encountered: