Fix generic blend text#51
Merged
willmcgugan merged 1 commit intoTextualize:mainfrom May 12, 2022
DidierRLopes:fix-generic-blend-text
Merged
Fix generic blend text#51willmcgugan merged 1 commit intoTextualize:mainfrom DidierRLopes:fix-generic-blend-text
willmcgugan merged 1 commit intoTextualize:mainfrom
DidierRLopes:fix-generic-blend-text
Conversation
Member
|
Danke |
|
good call! python's string formatting needs a playground like what regex people have with regex101.com maybe I'll build one of those *adds idea to pile of project ideas* |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

:2Xdoesn't keep leading zeros, which means that if value was too close to 0, instead of having00we would have `` or instead of having08we would have ` 8`. This makes it so that the HEX code is incorrect.This is minimal but was causing me troubles since my first color to blend has red 0. So hopefully it won't happen to anyone else 😄