make-reversed-color

Name

make-reversed-color -- Return a new color that is opposite COLOR.

Synopsis

(make-reversed-color color)

Description

Return a new color that is opposite color. Note that the returned color will not necessarily contrast with color; (make-reversed-color "gray50") is almost indistinguishable from "gray50".

Implementation Notes

Module: Built-in Primitive

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