graymap-create

Synopsis

(graymap-create width height)

Parameters

  • width
  • height

Description

An all black 16 bits per pixel graymap is created with the specified dimensions.

Side Effects

Return Value

The new graymap is returned.

Example

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