mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
gsk: Add missing blend modes
This brings GSK blend modes in line with the CSS spec.
This commit is contained in:
parent
08a2a29c26
commit
2118f394d2
@ -87,6 +87,10 @@ typedef enum {
|
||||
* @GSK_BLEND_MODE_SOFT_LIGHT: ...
|
||||
* @GSK_BLEND_MODE_DIFFERENCE: ...
|
||||
* @GSK_BLEND_MODE_EXCLUSION: ...
|
||||
* @GSK_BLEND_MODE_COLOR: ...
|
||||
* @GSK_BLEND_MODE_HUE: ...
|
||||
* @GSK_BLEND_MODE_SATURATION: ...
|
||||
* @GSK_BLEND_MODE_LUMINOSITY: ...
|
||||
*
|
||||
* The blend modes available for render nodes.
|
||||
*
|
||||
@ -108,7 +112,11 @@ typedef enum {
|
||||
GSK_BLEND_MODE_HARD_LIGHT,
|
||||
GSK_BLEND_MODE_SOFT_LIGHT,
|
||||
GSK_BLEND_MODE_DIFFERENCE,
|
||||
GSK_BLEND_MODE_EXCLUSION
|
||||
GSK_BLEND_MODE_EXCLUSION,
|
||||
GSK_BLEND_MODE_COLOR,
|
||||
GSK_BLEND_MODE_HUE,
|
||||
GSK_BLEND_MODE_SATURATION,
|
||||
GSK_BLEND_MODE_LUMINOSITY
|
||||
} GskBlendMode;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user