git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14bda0e
)
added comment about image alpha
author
kramm
<kramm>
Sat, 13 Jan 2007 17:25:20 +0000
(17:25 +0000)
committer
kramm
<kramm>
Sat, 13 Jan 2007 17:25:20 +0000
(17:25 +0000)
lib/gfxdevice.h
patch
|
blob
|
history
diff --git
a/lib/gfxdevice.h
b/lib/gfxdevice.h
index
b4dd19f
..
f852814
100644
(file)
--- a/
lib/gfxdevice.h
+++ b/
lib/gfxdevice.h
@@
-55,6
+55,8
@@
typedef struct _gfxmatrix
typedef struct _gfximage
{
+ /* if the data contains an alpha layer (a != 255), the
+ r,g,b values will have to be premultiplied */
gfxcolor_t*data;
int width;
int height;