bitmap-create

Synopsis

(bitmap-create width height)

Parameters

  • width
  • height

Description

A new bitmap with the specified dimensions is created and set to “all white” (all 0).

Side Effects

Return Value

The resulting bitmap is returned.

Example

> (bitmap-create 640 480)
#<bitmap orow:-1 ocol:-1 xres:-1 yres:-1 w:640 h:480>
>