|
0.45.0
|
This is the complete list of members for igor::iPixmap, including all inherited members.
| createPixmap(uint32 width, uint32 height, iColorFormat colorFormat) | igor::iPixmap | static |
| getBytesPerPixel() const | igor::iPixmap | |
| getColorFormat() const | igor::iPixmap | |
| getData() const | igor::iPixmap | |
| getHeight() const | igor::iPixmap | |
| getPixel(uint32 x, uint32 y) const | igor::iPixmap | |
| getPixel(float64 x, float64 y, iaColor4f &color) const | igor::iPixmap | |
| getPixel(float64 x, float64 y, iaColor3f &color) const | igor::iPixmap | |
| getPixel(float64 x, float64 y, iaColor4c &color) const | igor::iPixmap | |
| getPixel(float64 x, float64 y, iaColor3c &color) const | igor::iPixmap | |
| getPixel(uint32 x, uint32 y, uint8 colorChannel) const | igor::iPixmap | |
| getPixelBiLinear(float64 x, float64 y, iaColor4f &color) const | igor::iPixmap | |
| getWidth() const | igor::iPixmap | |
| loadPixmap(const iaString &filename) | igor::iPixmap | static |
| setData(uint8 *data) | igor::iPixmap | |
| setPixel(uint32 x, uint32 y, uint32 color) | igor::iPixmap | |
| setPixel(uint32 x, uint32 y, uint8 colorChannel, uint8 value) | igor::iPixmap | |
| setPixelRGB(uint32 x, uint32 y, uint8 r, uint8 g, uint8 b) | igor::iPixmap | |
| setPixelRGBA(uint32 x, uint32 y, uint8 r, uint8 g, uint8 b, uint8 a) | igor::iPixmap | |
| ~iPixmap() | igor::iPixmap |