ggdt/ggdt
Gered ba75ae04f1 set default pixel color for new Bitmap's differently based on type
this is mainly to prevent RgbaBitmap's from being initialized by
default to all black with alpha=0. this can still be manually done if
desired, but the assumption is that most of the time you'd want
alpha=255.

for the most part this doesn't matter one way or the other except when
we get to blending (not yet done for RgbaBitmaps, but coming soon) and
saving RgbaBitmap's to PNG files where it becomes blatantly obvious
when you have a bitmap with all/mostly alpha=0 pixels!
2023-03-21 16:55:57 -04:00
..
assets rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00
benches large amount of bitmap graphics rework 2023-03-11 16:58:13 -05:00
src set default pixel color for new Bitmap's differently based on type 2023-03-21 16:55:57 -04:00
test-assets organize test assets a little bit better 2023-03-21 15:09:47 -04:00
tests convert graphics visual tests reference images to png 2023-03-21 15:25:25 -04:00
Cargo.toml initial and semi-incomplete png loading support 2023-03-16 21:20:43 -04:00