diff options
author | Benjamin Otte <otte@redhat.com> | 2016-12-31 01:13:19 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-12-31 02:49:47 +0100 |
commit | 7540702cf0196cf4890de87f4225165a5f2f53f2 (patch) | |
tree | 75b4d503a5fa153810416d63b568970a92a97e97 /gsk/gskenums.h | |
parent | 91741f6b634cc1317beefa062ab7b5547735fc87 (diff) | |
download | gtk+-7540702cf0196cf4890de87f4225165a5f2f53f2.tar.gz |
gsk: Add GskColorMatrixNode
This node essentially implements the feColorMatrix SVG filter. I got the
idea yesterday after looking at the opacity implementation.
It can be used for opacity (not sure if we want to) and to implement a
bunch of the CSS filters.
Diffstat (limited to 'gsk/gskenums.h')
-rw-r--r-- | gsk/gskenums.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gsk/gskenums.h b/gsk/gskenums.h index 91997821d6..060febb61d 100644 --- a/gsk/gskenums.h +++ b/gsk/gskenums.h @@ -61,6 +61,7 @@ typedef enum { GSK_OUTSET_SHADOW_NODE, GSK_TRANSFORM_NODE, GSK_OPACITY_NODE, + GSK_COLOR_MATRIX_NODE, GSK_CLIP_NODE, GSK_ROUNDED_CLIP_NODE, GSK_SHADOW_NODE, |