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


Term-Caca documentation  | view source Contained in the Term-Caca distribution.

Index


NAME

Top

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

SYNOPSIS

Top

Basic usage

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

DESCRIPTION

Top

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

METHODS

Top

new

...

Example:

set_palette

...

Example:

draw

...

Example:

DESTROY

...

Example:

CLASS VARIABLES

Top

cvars

DIAGNOSTICS

Top

no errors

AUTHOR

Top

John BEPPU <beppu@cpan.org>

SEE ALSO

Top

perl(1)


Term-Caca documentation  | view source Contained in the Term-Caca distribution.