All Manuals > CAPI Reference Manual > 2 GP Reference Entries

NextPrevUpTopContentsIndex

initialize-dithers

Function
Summary

Initialize dither objects up to a given order.

Package

graphics-ports

Signature

initialize-dithers &optional order

Arguments

order

An integer.

Description

The initialize-dithers function initializes dither objects up to the given order (size = 2 ^ order ). By default, order is 3.

Note: dithers do not affect drawing or the anti-aliasing that occurs when drawing in Cocoa.

See also

dither-color-spec
make-dither
with-dither


CAPI Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex