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:
5c64f54
)
inserted fill style definitions from modules/swfshape.c
author
kramm
<kramm>
Mon, 1 Nov 2004 14:54:22 +0000
(14:54 +0000)
committer
kramm
<kramm>
Mon, 1 Nov 2004 14:54:22 +0000
(14:54 +0000)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
81863da
..
e880917
100644
(file)
--- a/
lib/rfxswf.h
+++ b/
lib/rfxswf.h
@@
-351,6
+351,12
@@
typedef struct _LINESTYLE
RGBA color;
} LINESTYLE, * LPLINESTYLE;
+#define FILL_SOLID 0x00
+#define FILL_LINEAR 0x10 // Gradient
+#define FILL_RADIAL 0x12
+#define FILL_TILED 0x40 // Bitmap
+#define FILL_CLIPPED 0x41
+
typedef struct _FILLSTYLE
{ U8 type;
RGBA color;