Re: Simple alpha fade

[email protected] (Guillaume Cottenceau)
Newsgroups perl.sdl.devel
Message-ID <[email protected]>
"Karl Dane" <karl 'at' rince.net> writes:

>         my $img1 = SDL::Surface->new( -name => "./img1.png" );
> 
>         $img1->display_format();

notice: this is probably not what you want. #display_format does
not modify the underlying object. you probably meant:

          $img1 = $img1->display_format();

-- 
Guillaume Cottenceau
Create your personal SMS or WAP Service - visit http://mobilefriends.ch/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.