Acme::Orange - Like Acme::Colour but only for important colours


Acme-Orange documentation  | view source Contained in the Acme-Orange distribution.

Index


NAME

Top

Acme::Orange - Like Acme::Colour but only for important colours

SYNOPSIS

Top

  $c = Acme::Orange->new();
  $colour = $c->colour; # orange
  $c->add("orange");    # $c->colour still orange
  $c->add("blue");      # $c->colour still orange.

  $c = Acme::Orange->new("pink");
  $colour = $c->colour; # orange.

ABSTRACT

Top

The Acme::Orange module provides the same interface as Acme::Colour, but restricts itself to important colours

DESCRIPTION

Top

Methods are as Acme::Colour

SEE ALSO

Top

Acme::Colour by Leon Brocard

Acme::Tango by Peter Sergeant

BUGS

Top

Can't do overloaded constants. Yet

AUTHOR

Top

Nicholas Clark, <nick@talking.bollo.cx>

COPYRIGHT AND LICENSE

Top


Acme-Orange documentation  | view source Contained in the Acme-Orange distribution.