From: Matthias Clasen Date: Tue, 14 Feb 2023 23:36:43 +0000 (-0500) Subject: Document mask node parser format X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~6^2~75^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0d97d03fc1b8ec2328ef2a948da39cafa3fa82a8;p=gtk4.git Document mask node parser format --- diff --git a/demos/node-editor/node-format.md b/demos/node-editor/node-format.md index 557a8950a5..e769865887 100644 --- a/demos/node-editor/node-format.md +++ b/demos/node-editor/node-format.md @@ -178,6 +178,16 @@ Creates a node like `gsk_inset_shadow_node_new()` with the given properties. Creates a node like `gsk_linear_gradient_node_new()` with the given properties. +### mask + +| property | syntax | default | printed | +| -------- | ---------------- | ---------------------- | ----------- | +| source | `` | color { } | always | +| mode | `` | alpha | non-default | +| mask | `` | color { } | always | + +Creates a node like `gsk_mask_node_new()` with the given properties. + ### opacity | property | syntax | default | printed |