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
Would make filters way faster - We dont need to parse the generated color string back, change it, and then put it back. It would be best to apply filters before even putting the string in.
No need to store all the color formats inside the struct - All we need to store is Rgba and Hsla, then generate the other missing ones as we need. This reduces memory usage, and makes everything simpler.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: