Next Previous Up Top Contents Index

4.3 DUIM-DCs Module

make-ihs-color

Function

Summary

Returns a member of the class <color>.

Signature

make-ihs-color intensity hue saturation #key opacity => color

Arguments

intensity
An instance of type limited(<real>, min: 0, max: sqrt(3)).

hue
An instance of type limited(<real>, min: 0, max: 1).

saturation
An instance of type limited(<real>, min: 0, max: 1).

opacity
An instance of type limited(<real>, min: 0, max: 1). Default value: 1.0.

Values

color
An instance of type <color>.

Library

duim-dcs

Module

duim-dcs

Description

Returns a member of class <color>. The intensity argument is a real number between 0 and sqrt(3) (inclusive). The hue and saturation arguments are real numbers between 0 and 1 (inclusive).

See also

make-gray-color, page 164

make-rgb-color, page 167


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index