Closed lbrooks closed 4 weeks ago
Two edge cases for this two functions would result in NaN being contained within the returned color matrix:
Supplying a hex color string without a preceeding # Supplying a string that was not in the hex or rgb color format.
This PR covers those two cases by:
Additionally this PR also
Two edge cases for this two functions would result in NaN being contained within the returned color matrix:
Supplying a hex color string without a preceeding # Supplying a string that was not in the hex or rgb color format.
This PR covers those two cases by:
Additionally this PR also