X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSDL%2FSurface.pm;h=897234c555705fa6742dd5a0d9b8fc23c38a2ed4;hb=d99c96f664d4845fc2b4fe3d03a5d859b4f724ba;hp=5ba31f6e0886c1ed93d68a8bd3b6d661ac787ba9;hpb=fdcacfa9f6a49a583944c7f10a2011f3c089b50d;p=sdlgit%2FSDL_perl.git diff --git a/lib/SDL/Surface.pm b/lib/SDL/Surface.pm index 5ba31f6..897234c 100644 --- a/lib/SDL/Surface.pm +++ b/lib/SDL/Surface.pm @@ -526,12 +526,12 @@ C converts the surface to the same format as the current screen. =head2 rgb () -C converts the surface to a 24 bit rgb format regardless of the -initial format. + +C converts the surface to a 24 bit rgb format regardless of the initial format. =head2 rgba () -C converts the surface to a 32 bit rgba format regarless of the -initial format. + +C converts the surface to a 32 bit rgba format regarless of the initial format. =head2 print (x,y,text...)