aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordan sinclair <dsinclair@google.com>2019-10-25 11:24:26 -0400
committerGitHub <noreply@github.com>2019-10-25 11:24:26 -0400
commit2bade8f0a3608872962c0e9e451ccdd63c3332f9 (patch)
tree5e5cdf9d491d727769916018eedbf6d2ff299933 /docs
parenta9093bfb55395c6399d544e9afd82c0008b95c3f (diff)
downloadamber-2bade8f0a3608872962c0e9e451ccdd63c3332f9.tar.gz
Define clear colour default in amberscript.md. (#702)
Fixes #701
Diffstat (limited to 'docs')
-rw-r--r--docs/amber_script.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/amber_script.md b/docs/amber_script.md
index 55d87db..ca2ee56 100644
--- a/docs/amber_script.md
+++ b/docs/amber_script.md
@@ -400,7 +400,7 @@ The commands which can be used inside a `REPEAT` block are:
```groovy
# Sets the clear color to use for |pipeline| which must be a graphics
-# pipeline. The colors are integers from 0 - 255.
+# pipeline. The colors are integers from 0 - 255. Defaults to (0, 0, 0, 0)
CLEAR_COLOR {pipeline} _r (0 - 255)_ _g (0 - 255)_ _b (0 - 255)_ _a (0 - 255)_
# Instructs the |pipeline| which must be a graphics pipeline to execute the