The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Term::Caca::Bitmap - an OO-interface to caca_bitmap

SYNOPSIS

Basic usage

  use Term::Caca::Bitmap;
  my $thing = Term::Caca::Bitmap->new();

DESCRIPTION

A Term::Caca::Bitmap object represents a surface that pixels can be drawn on.

METHODS

new

...

Example:

set_palette

...

Example:

draw

...

Example:

DESTROY

...

Example:

CLASS VARIABLES

cvars

DIAGNOSTICS

no errors

AUTHOR

John BEPPU <beppu@cpan.org>

SEE ALSO

perl(1)