Skip to content

Commit

Permalink
Removed yellow color from image background.
Browse files Browse the repository at this point in the history
This was useful for printer testing only.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7637 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Jun 9, 2010
1 parent 755f354 commit 63e6eb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/image.cxx
Expand Up @@ -124,7 +124,6 @@ int main(int argc, char **argv) {
Fl_Double_Window window(400,400); ::w = &window;
window.color(FL_WHITE);
Fl_Button b(140,160,120,120,"Image w/Alpha"); ::b = &b;
b.color(FL_YELLOW);

Fl_RGB_Image *rgb;
Fl_Image *dergb;
Expand Down

0 comments on commit 63e6eb4

Please sign in to comment.