Public Types | |
| typedef PixelSize2Type< BytesPerTargetPixel >::PixelType | SourcePixelType |
| typedef PixelSize2Type< BytesPerTargetPixel >::PixelType | TargetPixelType |
Public Member Functions | |
| ColorConverter_PassThrough (const Surface &sourceSurface, Surface &targetSurface) | |
| TargetPixelType | convert (SourcePixelType sp) |
Definition at line 193 of file objecttype.cpp.
| typedef PixelSize2Type<BytesPerTargetPixel>::PixelType ColorConverter_PassThrough< BytesPerSourcePixel, BytesPerTargetPixel >::SourcePixelType |
Definition at line 196 of file objecttype.cpp.
| typedef PixelSize2Type<BytesPerTargetPixel>::PixelType ColorConverter_PassThrough< BytesPerSourcePixel, BytesPerTargetPixel >::TargetPixelType |
Definition at line 197 of file objecttype.cpp.
| ColorConverter_PassThrough< BytesPerSourcePixel, BytesPerTargetPixel >::ColorConverter_PassThrough | ( | const Surface & | sourceSurface, | |
| Surface & | targetSurface | |||
| ) | [inline] |
Definition at line 202 of file objecttype.cpp.
| TargetPixelType ColorConverter_PassThrough< BytesPerSourcePixel, BytesPerTargetPixel >::convert | ( | SourcePixelType | sp | ) | [inline] |
Definition at line 205 of file objecttype.cpp.
1.5.1