#include <SILLYImageContext.h>
Inheritance diagram for ImageContext:
Public Member Functions | |
bool | flipVertically () |
Flip pixel ordering. | |
size_t | getHeight () const |
PixelFormat | getPixelFormat () const |
size_t | getWidth () const |
void | setDestination (byte *pixels, size_t length, PixelFormat format) |
Set the destination of the loading. | |
void | setNextPixel (byte red, byte green, byte bleu, byte alpha) |
Set the next pixel of the image. | |
virtual | ~ImageContext () |
Destructor. | |
Protected Member Functions | |
ImageContext (size_t width, size_t height) | |
Constructor. | |
void | setHeight (size_t height) |
void | setWidth (size_t width) |
Definition at line 43 of file SILLYImageContext.h.
|
Constructor.
Definition at line 35 of file SILLYImageContext.icpp. |
|
Flip pixel ordering.
Definition at line 45 of file SILLYImageContext.cpp. |