LispWorks CAPI Reference Manual > 2 GP Reference Entries

NextPrevUpTopContentsIndex

make-dither

Function
Summary

Makes a dither matrix of a given size.

Package

graphics-ports

Signature

make-dither size => matrix

Arguments

size

An integer.

Values

matrix

A dither matrix.

Description

The make-dither function makes a dither matrix of the given size .

Note: dithers do not affect drawing or the antialiasing that occurs when drawing in Cocoa.

See also

dither-color-spec
initialize-dithers
with-dither


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex