man SDL::Color () - a SDL perl extension

NAME

SDL::Color - a SDL perl extension

SYNOPSIS

  $color = new SDL::Color ( -r => 0xde, -g => 0xad, -b =>c0 );
  $color = new SDL::Color -surface => $app, -pixel => $app->pixel($x,$y);
  $color = new SDL::Color -color => SDL::NewColor(0xff,0xaa,0xdd);

DESCRIPTION

CWSDL::Color is a wrapper for display format independent color representations, with the same interface as SDL::Color.

AUTHOR

David J. Goehrig

SEE ALSO

perl SDL::Surface