SYNOPSIS
clear [ 1 | 0 ]
DESCRIPTION
This effect pinches the image into the corners and clears a diamond-shaped space in the center, using a color which can be specified.
The color option is as follows:
0 Uses black as the main color 1 Uses white as the main color
EXAMPLES
clear 0 clear When no argument is given, black or white is chosen randomly.
clear 0
clear
When no argument is given, black or white is chosen randomly.
ORIGIN
Clear was developed for Lexicon in 2002.
AUTHOR
Andy Deck
LINK
artcontext.org
SOURCE CODE
clear.java
© GNU Public License v.2
SEE ALSO
streaker
BUGS
Some of the Java Virtual Machines in use will not handle the strange ways this code uses the copyArea() function. Should be revised at some point.