#include <bitmap.h>
Inheritance diagram for Packed:
In a packed bitmap, as opposed to planar, the color components of each pixel are adjacent to each other.
Protected Member Functions | |
virtual void | resize_into (int left, int right, int top, int bottom, Bitmap *target) const |
virtual int | get_pixel_val (int pixel, int channel) const |
virtual void | set_pixel_val (int pixel, int channel, int value) |