X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=e8809171ba4dc50c45bac98e6ada3d9351f9d309;hb=8b3169db7f6170a8a87068dd431cbcc89875db61;hp=81863da639edaaa114d1e8b1717701e52f092786;hpb=ba50f044fa8cb1504465a9795cd7865cba934e60;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 81863da..e880917 100644 --- 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;