with-dither
Summary
Specifies a dither for use within a specified body of code.
Signature
with-dither (
dither-or-size
) &body
body
=>
result
Arguments
dither-or-size
See Description.
body
A body of Lisp code.
Values
result
The return value of the last form executed in
body
.
Description
The macro with-dither
specifies a dither for use within
body
. The
dither-or-size
argument can be a dither mask object from make-dither or a size, in which case a dither of that size is created.
Notes
with-dither
is deprecated. Dithers do not affect drawing or anti-aliasing.
CAPI User Guide and Reference Manual (Macintosh version) - 25 Feb 2015