summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-11-08 02:07:31 -0500
committerTavian Barnes <tavianator@gmail.com>2010-11-08 02:07:31 -0500
commit60190f7766be07d4fdee26eff6e2edc3d1842d99 (patch)
tree2c4207967a98e16c663b517f915cefb98506d57a /dimension/parse.h
parente2d6da1e349d84b491dbbea40a34200c2d58dfe6 (diff)
downloaddimension-60190f7766be07d4fdee26eff6e2edc3d1842d99.tar.xz
Add gradient pattern support to dimension.
Diffstat (limited to 'dimension/parse.h')
-rw-r--r--dimension/parse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h
index 6e09302..09ca685 100644
--- a/dimension/parse.h
+++ b/dimension/parse.h
@@ -63,12 +63,15 @@ typedef enum {
DMNSN_AST_PATTERN,
DMNSN_AST_CHECKER,
+ DMNSN_AST_GRADIENT,
DMNSN_AST_TEXTURE,
DMNSN_AST_PIGMENT,
DMNSN_AST_PIGMENT_MODIFIERS,
DMNSN_AST_COLOR_LIST,
+ DMNSN_AST_COLOR_MAP,
+ DMNSN_AST_COLOR_MAP_ENTRY,
DMNSN_AST_IMAGE_MAP,
DMNSN_AST_PNG,