pods::SDL::PixelFormat man page on OpenSuSE

Man page or keyword search:  
man Server   25941 pages
apropos Keyword Search (all sections)
Output format
OpenSuSE logo
[printable version]

pods::SDL::PixelFormatUser Contributed Perl Documentapods::SDL::PixelFormat(3)

NAME
       SDL::PixelFormat - Stores surface format information

   CATEGORY
       Core, Video, Structure

SYNOPSIS
	       my $surface = SDL::Surface->new( ...
	       $surface->format; #this returns the PixelFormat object attached to this surface

       PixelFormat is only created in a "SDL::Surface". This module only
       provides getters to the surface's pixelformat. Later on we will provide
       setting capability.

DESCRIPTION
       An "SDL::PixelFormat " stores surface format information

METHODS
   palette
	       $surface->format->palette;

       Returns the "SDL_Palette" and SDL::Palette of the format of the
       surface.

   BitsPerPixel
	       $surface->format->BitsPerPixel;

       The number of bits used to represent each pixel in a surface. Usually
       8, 16, 24 or 32. (1 to 7 are not allowed when creating a surface or
       open a video mode

   BytesPerPixel
	       $surface->format->BytesPerPixel;

       The number of bytes used to represent each pixel in a surface. Usually
       one to four.

   [RGBA]loss
	       $surface->format->Rloss; #red   loss
	       $surface->format->Bloss; #blue  loss
	       $surface->format->Gloss; #green loss
	       $surface->format->Aloss; #alpha loss

       Precision loss of each color component (2[RGBA]loss)

   [RGBA]shift
	       $surface->format->Rshift; #red	shift
	       $surface->format->Bshift; #blue	shift
	       $surface->format->Gshift; #green shift
	       $surface->format->Ashift; #alpha shift

       Binary left shift of each color component in the pixel value

   [RGBA]mask
	       $surface->format->Rmask; #red   mask
	       $surface->format->Bmask; #blue  mask
	       $surface->format->Gmask; #green mask
	       $surface->format->Amask; #alpha mask

       Binary left shift of each color component in the pixel value

   colorkey
	       $surface->format->colorkey;

       Pixel value of transparent pixels.

   alpha
	       $surface->format->alpha;

       Overall surface alpha value

SEE ALSO
       SDL::Surface

AUTHORS
       See "AUTHORS" in SDL.

perl v5.18.1			  2013-09-28	     pods::SDL::PixelFormat(3)
[top]

List of man pages available for OpenSuSE

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net