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
I'm trying to decide if this is best as a Color interface and a bunch of concrete classes that allow the various top level implementations and output an (r, g, b) Tuple in [0, 255] for all of the low level SDL systems that need it or if it's one class that supports the various interfaces. . .
Currently, we expose color APIs pretty directly as RGB tuples. It'd be nice to support multiple color notations.
Personally, I like working with HSV, and have mostly been using an external tool to find my colors and convert them to RGB.
We should do a total pass at all the places we use color and see if we can support other notations.
Open to other ideas.
The text was updated successfully, but these errors were encountered: