| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: object &key base-color scratch-rgb
Returns the color returned by foreground-color for object if that
function returns a color (rather than nil
). The value will be an RGB color, as returned by
make-rgb.
If the scratch-rgb argument is specified, it should be a RGB object which will be modified to be the effective foreground color. This avoids consing a new RGB object.
The base-color argument is used internally and should not be specified by applications.
If foreground-color returns nil
, effective-foreground-color returns
the color returned by default-foreground-color for
object. (As of 5.0, foreground-color returns nil
when no foreground color has been explicitly
assigned to an object.)
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |