shapes.cpp
37  Image image( "300x300", "white" );
49  Image texture( srcdir + "tile.miff" );
61  image.draw( DrawableEllipse( 100,100, 50,75, 0,360 ) );
62  image.fillColor( Color() ); // Clear out fill color
Definition: Image.h:55
Definition: Drawable.h:1273
Definition: Drawable.h:850
Definition: Color.h:36
Definition: Drawable.h:48
Definition: Functions.h:43