
Pixel data reference class. More...
Derived from: | None |
Derived by: | None |
Group: | Display (Display) |
#include <ClanLib/display.h>
Class Members:
Construction: | |
Constructs a pixel buffer. |
| |
Returns the pixel format of the pixel buffer. | |
Returns the palette of the pixel buffer. | |
Returns the buffer width. | |
Returns the buffer height. | |
Returns the width and height of the buffer. | |
Returns the pitch (bytes per scanline). | |
Returns a pointer to the beginning of the pixel buffer. |
| |
Convert pixel buffer to the pixel format of the target buffer, storing the result in the target buffer. | |
Convert one line of pixel data to target buffer. | |
Converts current buffer to a new pixel format and returns the result. | |