| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: (stream texture) &body body
Evaluates body with the fill-texture of stream set to texture. Restores the stream's previous fill-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 fill-texture).
See also with-background-texture and with-line-texture, and also with-background-color and with-foreground-color.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |