colormap-create

Synopsis

(colormap-create width height)

Parameters

  • width
  • height

Description

An “all white” colormap is created with the specified dimensions.

Side Effects

Return Value

The created colormap is returned.

Example

> (define cm (colormap-create 200 100))
cm
> cm
#<colormap orow:-1 ocol:-1 xres:-1 yres:-1 h:200 w:100>
> (colormap? cm)
#t
>