NAME
SWF::Scripter::Plugin::clear - Fill the background with a specific color.
CALLING
In your script call this with the RGB values you wish to fill the background with, for example:
# black
clear 0,0,0
# white
clear 255,255,255
AUTHOR
LICENSE
Copyright (c) 2010 by Steve Kemp. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.