From b22395ec4de60326eb629df882b4b8781dbca15c Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 1 May 2009 14:54:45 +0200 Subject: - removed runtime generated output files - implemented brightness() - implemented invert() - implemented getPixel in CPixelFormat_BGR24 and CPixelFormat_BGR555 --- ue2/imgsynth2/test/input_yellow_man2_rgb555 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ue2/imgsynth2/test/input_yellow_man2_rgb555') diff --git a/ue2/imgsynth2/test/input_yellow_man2_rgb555 b/ue2/imgsynth2/test/input_yellow_man2_rgb555 index 3c00301..0fdcbc4 100644 --- a/ue2/imgsynth2/test/input_yellow_man2_rgb555 +++ b/ue2/imgsynth2/test/input_yellow_man2_rgb555 @@ -4,10 +4,10 @@ read(BMP, test/yellow_man2_rgb555_in.bmp) -fillrect(0,3,6,5,0,24,0) -fillrect(2,13,7,4,0,0,24) +fillrect(0,3,6,5,0,31,0) +fillrect(2,13,7,4,0,0,31) mirror_x() mirror_y() -#invert() +invert() write(BMP, "test/yellow_man2_rgb555_out.bmp") -- cgit v1.2.3