Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/img/intern/IMG_PixmapRGBA32.h')
-rw-r--r--source/blender/img/intern/IMG_PixmapRGBA32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/img/intern/IMG_PixmapRGBA32.h b/source/blender/img/intern/IMG_PixmapRGBA32.h
index 71941737132..0c9352c260f 100644
--- a/source/blender/img/intern/IMG_PixmapRGBA32.h
+++ b/source/blender/img/intern/IMG_PixmapRGBA32.h
@@ -49,6 +49,11 @@
class IMG_PixmapRGBA32 : public IMG_Pixmap {
public:
+ virtual void blendPixmapTorus(TUns32 x, TUns32 y,const IMG_PixmapRGBA32& pixmap);
+ void setRGBAat(TUns32 x, TUns32 y, float* R, float* G, float* B,float* A);
+ int getRGBAat(TUns32 x, TUns32 y, float* R, float* G, float* B,float* A) const;
+ int getRGBAatTorus(int x, int y, float *R, float *G, float *B, float *A);
+
/**
* The pixel type in this pixmap.
*/