The main Readme should have screenshots and text to show the use of color to change the line stroke color and shape fill color.
Color is handled by Quil in different ways. As it's used by clojure-turtle, the user can either provide a grayscale value, RGB values, or RGBA values. All values are 0-255 (even the alpha value in RGBA). clojure-turtle takes in the color value as a vector.
The main Readme should have screenshots and text to show the use of
color
to change the line stroke color and shape fill color.Color is handled by Quil in different ways. As it's used by clojure-turtle, the user can either provide a grayscale value, RGB values, or RGBA values. All values are 0-255 (even the alpha value in RGBA). clojure-turtle takes in the color value as a vector.