OK, we made it!
Ultimately, I have decided to abandon PyLinkedColor for now. After reflecting on the use cases, and looking ahead to doing the same thing to the Vector class, I did not have…
- PyLinkedColor properties: r, g, b, a, color
- PyLinkedColor set(c) method
- PyColor - just fix it entirely
3991ac13d6471e491cbccf2ddb8d36bad528b2f7
All three of these have had…
Let's talk about 06e24a1b27c2f1ec520537f3a5b9b08d68d07829
so I did not do what I said I would do last night. Instead of building a workaround for function pointers, I dusted off the technique I…
41509dfe9640a67f924c5f843fe6bceb0cdb8f78 - PyLinkedColor initial version
PyLinkedColor
is my answer to the thoughts from last night. I'm going to un-refactor PyColor
to have no frills, just…
Some quick thoughts on 13a4ddf41b41dfc123a00468377b4f8fae0da845
I'm honestly not feeling great about how this feature is going - the time spent is getting out of hand, and the PyColor class is…
Got a bit distracted, but I was having fun. I wanted to give colors readable names and also have an absurd number of plain text names that could be used.
Basically took CSS color codes, the…
PyColor
This type has some other requirements that make it differ from PyTexture:
- Textures are held by UIDrawables as a way to keep the Texture loaded (since sfml requires them to stay…