#include <blitter.h>
Public Types | |
| typedef PixelSize2Type< BytesPerTargetPixel >::PixelType | SourcePixelType |
| typedef PixelSize2Type< BytesPerTargetPixel >::PixelType | TargetPixelType |
Public Member Functions | |
| ColorConverter (const Surface &sourceSurface, Surface &targetSurface) | |
| TargetPixelType | convert (SourcePixelType sp) |
Definition at line 191 of file blitter.h.
| typedef PixelSize2Type<BytesPerTargetPixel>::PixelType ColorConverter< BytesPerSourcePixel, BytesPerTargetPixel >::SourcePixelType |
| typedef PixelSize2Type<BytesPerTargetPixel>::PixelType ColorConverter< BytesPerSourcePixel, BytesPerTargetPixel >::TargetPixelType |
| ColorConverter< BytesPerSourcePixel, BytesPerTargetPixel >::ColorConverter | ( | const Surface & | sourceSurface, | |
| Surface & | targetSurface | |||
| ) | [inline] |
| TargetPixelType ColorConverter< BytesPerSourcePixel, BytesPerTargetPixel >::convert | ( | SourcePixelType | sp | ) | [inline] |
1.5.1