NAME

Games::Chess::Coverage::Imager::Board - Draw a chess board

DESCRIPTION

Draw a chess board

Required plug-in arguments with sample settings:

board_color  => [256,256,256]
border       => 2
border_color => [0,0,0]
letters      => 1
letter_color => [0,0,0]
grid         => 1
grid_color   => [50,50,50]

SEE ALSO

The source code of this file of course.

Games::Chess

Games::Chess::Coverage

Games::Chess::Coverage::Draw

Games::Chess::Coverage::Imager

Imager

Imager::Draw

AUTHOR

Gene Boggs <gene@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2004, Gene Boggs

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

CVS

$Id: Board.pm,v 1.13 2004/05/08 23:41:22 gene Exp $