#include <basegfx.h>
Public Member Functions | |
| TrueColorImage (int x, int y) | |
| trgbpixel | getpix (int x, int y) |
| trgbpixel * | getpix (void) |
| void | setpix (int x, int y, int r, int g, int b, int alpha=0) |
| void | setpix (int x, int y, const trgbpixel &pix) |
| int | getxsize (void) |
| int | getysize (void) |
| ~TrueColorImage () | |
Definition at line 357 of file basegfx.h.
| TrueColorImage::TrueColorImage | ( | int | x, | |
| int | y | |||
| ) |
Definition at line 782 of file basegfx.cpp.
| TrueColorImage::~TrueColorImage | ( | ) |
Definition at line 789 of file basegfx.cpp.
| trgbpixel TrueColorImage::getpix | ( | int | x, | |
| int | y | |||
| ) |
Definition at line 823 of file basegfx.cpp.
Referenced by putimage(), putimage_noalpha(), and smoothimage().
| trgbpixel* TrueColorImage::getpix | ( | void | ) |
| void TrueColorImage::setpix | ( | int | x, | |
| int | y, | |||
| int | r, | |||
| int | g, | |||
| int | b, | |||
| int | alpha = 0 | |||
| ) |
Definition at line 808 of file basegfx.cpp.
References trgbpixel::channel.
Referenced by getimage(), and smoothimage().
| void TrueColorImage::setpix | ( | int | x, | |
| int | y, | |||
| const trgbpixel & | pix | |||
| ) |
Definition at line 817 of file basegfx.cpp.
| int TrueColorImage::getxsize | ( | void | ) |
Definition at line 829 of file basegfx.cpp.
Referenced by getimage(), putimage(), putimage_noalpha(), and smoothimage().
| int TrueColorImage::getysize | ( | void | ) |
Definition at line 834 of file basegfx.cpp.
Referenced by getimage(), putimage(), putimage_noalpha(), and smoothimage().
1.5.1