| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: (stream texture) &body body
Evaluates body with the background-texture of stream set to texture. Restores the stream's previous background-texture at the end and returns the values that the body returns.
stream may be any graphical-stream
.
texture should be a valid value for (setf background-texture).
See also with-fill-texture and with-line-texture, and also with-background-color and with-foreground-color.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |