From eaff50ee1fb64f236ba715d2099a3a3011280c08 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 30 Aug 2023 00:15:41 -0400 Subject: change up guide a bit --- guide-src/widget-inputs/syntax.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 guide-src/widget-inputs/syntax.html (limited to 'guide-src/widget-inputs/syntax.html') diff --git a/guide-src/widget-inputs/syntax.html b/guide-src/widget-inputs/syntax.html deleted file mode 100644 index 8026b33..0000000 --- a/guide-src/widget-inputs/syntax.html +++ /dev/null @@ -1,16 +0,0 @@ ---- syntax -

-here are the various ways of specifying widget inputs: -

- - - - - - - - - - - -
formatexampledescription
<number>5.3a number
#RRGGBB#ff831ca 3-component vector whose values are taken from the given color code. a color picker will be shown next to the input.
#RRGGBBAA#ff831c22a 4-component vector whose values are taken from the color code.
<widget name>add1the output from another widget
<input>,<input>.pos,0a vector composed of a and b (which can themselves be vectors)
<input>.<component>.pos.xextract a single component from a vector
<input>.<swizzle>.pos.yxyreorder vector components (this example is equivalent to .pos.y, .pos.x, .pos.y)
-- cgit v1.2.3