make-relief-color

Name

make-relief-color -- Convert a color into a new color appropriate for a relief.

Synopsis

(make-relief-color color factor)

Description

Convert a color into a new color appropriate for a relief. Multiplies the luminosity and saturation of color by the positive floating point number factor. Using a factor smaller than 1 will result in a dimmer color, suitable for use as a darker relief. Using a factor greater than 1 will result in a brighter color which is suitable for use as a highlight.

Implementation Notes

Module: Built-in Primitive

Defined in src/color.c at line 586 (CVS log)