Skip to content

fix the hexdec string conversion notice#16

Merged
jazzsequence merged 1 commit intomainfrom
fix-conversion-deprecation-notice
May 16, 2023
Merged

fix the hexdec string conversion notice#16
jazzsequence merged 1 commit intomainfrom
fix-conversion-deprecation-notice

Conversation

@jazzsequence
Copy link
Owner

Fixes an error in hexdec that was happening when an RGB value was passed instead. Those values were being ignored entirely as far as I could tell, so we check first, then run the Hex to RGB conversion, then turn the RGB value to an array so we can process the lighter/darker gradient as needed.

Updated the test accordingly.

@jazzsequence jazzsequence merged commit 91648a6 into main May 16, 2023
@jazzsequence jazzsequence deleted the fix-conversion-deprecation-notice branch May 16, 2023 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant