#include <image.h>
Inheritance diagram for fl::ImageOf< T >:

Public Methods | |
| ImageOf () | |
| ImageOf (const PixelFormat &format) | |
| ImageOf (int width, int height) | |
| ImageOf (int width, int height, const PixelFormat &format) | |
| ImageOf (const Image &that) | |
| T & | operator() (int x, int y) const |
| Returns a Pixel object that wraps (x,y). | |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
Returns a Pixel object that wraps (x,y).
Reimplemented from fl::Image. |
1.2.18