Name
BrushToMonochrome -- convert brush to black and white (V5.0)
Synopsis
BrushToMonochrome(id[, dither])
Library
brush

Function
This command can be used to map a brush to black and white colors. If the optional argument dither is set to True, dithering will be applied. Dithering is slower but generates better looking images.

Note that this function cannot be used with palette brushes.

Note that when using Miniwood, this function requires filters library.

Inputs
id
brush to convert to black & white
dither
optional: whether or not dithering shall be used (defaults to True)

Show TOC