asmodehn / sdlut

SDL utility toolkit - A C++ wrapper arount SDL 1.2
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

RGB / RGBA Color investigation #13

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

We need to investigate if we really need to have two RGB and RGBA Color... From the user perspective it would be much better to have just a "Color" object, without having to care about the inside of it. Also the PixelColor concept should be hidden from the user. Even inside SDLut, hving two classes for Color might not really be justified... We need to simplify this if we can.