chickadee » doodle » new-doodle

new-doodle #!key (width 680) (height 460) (title Doodle) (background solid-black) (fullscreen #f)procedure

Initialises the internal state and createas a window with the given dimensions and title. If background is a string it will be interpreted as a filename pointing to a PNG file which will be loaded as background.

The background parameter can either be a doodle RGBA color list or a string pointing to a PNG file.