diff options
Diffstat (limited to 'doc/shadetut.txt')
| -rw-r--r-- | doc/shadetut.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/shadetut.txt b/doc/shadetut.txt index e2940e8..681b421 100644 --- a/doc/shadetut.txt +++ b/doc/shadetut.txt @@ -103,6 +103,16 @@ choice(array) deg(radians), rad(degrees) +BEYOND BASIC COLORS +=================== + +Other weird effects are possible if you combine these color functions. + +For instance, if you do hue(x+y) you'll get a rainbow. But remember, this is just +outputting a number between 0 and 15. So you can do hue(x+y) + 1 and get a different +cycle which does not really have anything to do with the rainbow, but looks cool. + + HOW DRAWING WORKS IN THE ASCII TOOL =================================== |
