Macro
with-dither (dither-or-size) &body body => result
See description
A body of Lisp code
The return value of the last form executed in body.
with-dither function specifies a dither for use within body. The dither-or-size argument can be a dither mask object frommake-dither or a size, in which case a dither of that size is created.