summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcaminsha <c.96marco@hotmail.com>2020-03-01 22:57:55 +0100
committercaminsha <c.96marco@hotmail.com>2020-03-01 22:57:55 +0100
commit80063a34ed85aaf5f3070a21e26754d16b1f9f59 (patch)
tree87e5e7a300957bf822a1bac369abd3eae5150dac
parent48c193853c0a996d81d72c7bd861d6cdbfbc4103 (diff)
Changed color definition
I have changed the color definition because 255, 255, 255 was not yellow.
-rw-r--r--processing.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/processing.html.markdown b/processing.html.markdown
index dbf078a2..777c6981 100644
--- a/processing.html.markdown
+++ b/processing.html.markdown
@@ -363,7 +363,7 @@ background(c); // By now, the background colour should be white.
fill(color(0, 0, 0));
// If you just want to colour the outlines of the shapes then you can use
// stroke() function.
-stroke(255, 255, 255, 200); // stroke colour set to yellow with transparency
+stroke(255, 255, 0, 200); // stroke colour set to yellow with transparency
// set to a lower value.
// Images