| 178 | } |
| 179 | |
| 180 | int FImageSource::CopyTranslatedPixels(FBitmap *bmp, const PalEntry *remap, int frame) |
| 181 | { |
| 182 | auto ppix = CreatePalettedPixels(normal, frame); |
| 183 | bmp->CopyPixelData(0, 0, ppix.Data(), Width, Height, Height, 1, 0, remap, nullptr); |
| 184 | return 0; |
| 185 | } |
| 186 | |
| 187 | //========================================================================== |
| 188 | // |
no test coverage detected