PixelLightAPI  .
Classes
PLGraphics Namespace Reference

Classes

class  Color3
 RGB color. More...
class  Color4
 RGBA color. More...
class  IEColorKey
 Image effect: Apply color key. More...
class  IEConvert
 Image effect: Convert data and color type of an image. More...
class  IEFilter
 Image effect: Generic image filter. More...
class  IEFlipXAxis
 Image effect: Flip the image around the x axis. More...
class  IEFlipYAxis
 Image effect: Flip the image around the y axis. More...
class  IEMonochrome
 Image effect: Convert color to grayscale using "human eye formula" (red*0.299 + green*0.587 + blue*0.114) More...
class  IERemovePalette
 Image effect: Removes the palette. More...
class  IEScale
 Image effect: Apply scale. More...
class  Image
 Image class. More...
class  ImageBuffer
 Image buffer class. More...
class  ImageData
 Image data, contains the actual data of an image buffer. More...
class  ImageEffect
 Abstract image effect base class. More...
class  ImageEffects
 Static image effects class. More...
class  ImageEffectWrapper
 Image effect wrapper. More...
class  ImageLoader
 Abstract image loader base class. More...
class  ImagePalette
 Color palette (also known as "color index") More...
class  ImagePart
 Image part. More...
class  ImageToolsWindows
 Static class with some useful Windows image tools. More...
class  ImageLoaderBMP
 Image loader implementation for BMP file formats. More...
class  ImageLoaderDDS
 Image loader implementation for DDS file formats. More...
class  ImageLoaderJPG
 Image loader implementation for JPEG ("Joint Photographic Experts Group") file formats. More...
class  ImageLoaderPNG
 Image loader implementation for PNG file formats. More...
class  ImageLoaderPPM
 Image loader implementation for PPM file formats. More...
class  ImageLoaderTGA
 Image loader implementation for TGA ("Targa Image File"... "Targa"="Truevision Advanced Raster Graphics Array") file formats. More...


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:30
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported