Add option to change background color to white

This commit is contained in:
Dimitri Lozeve 2018-01-17 18:30:31 +00:00
parent 105acfa65e
commit bc27d7187e
2 changed files with 18 additions and 6 deletions

View file

@ -51,12 +51,16 @@ command-line arguments, see the output of ~--help~:
#+BEGIN_SRC
lsystems -- Generate L-systems
Usage: lsystems-exe [LSYSTEM] [-n|--iterations N] [-l|--list-lsystems]
Usage: lsystems-exe [LSYSTEM] [-n|--iterations N] [-c|--color R,G,B]
[-w|--white-background] [-l|--list-lsystems]
Generate and draw an L-system
Available options:
LSYSTEM L-system to generate (default: penroseP3)
-n,--iterations N Number of iterations (default: 5)
-c,--color R,G,B Foreground color RGBA
(0-255) (default: RGBA 1.0 1.0 1.0 1.0)
-w,--white-background Use a white background
-l,--list-lsystems List all available L-systems
-h,--help Show this help text
#+END_SRC