Next Previous Up Top Contents Index

4.3 DUIM-DCs Module

palette?

Generic function

Summary

Returns #t if an object is a palette.

Signature

palette? object => boolean

Arguments

object
An instance of type <object>.

Values

boolean
An instance of type <boolean>.

Library

duim-dcs

Module

duim-dcs

Description

Returns #t if the object object is a palette. A palette is a color map that maps 16 bit colors into a, for example, 8 bit display.

See also

<palette>, page 171


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index