You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in this activity, we have a white background on which we draw rgb(255,0,0) and rgb(0,255,0) (see eg Color.java ). Perhaps (at the risk of slightly complicating the models?) we should use colors with more contrast. At the very least we might benefit from using anything other than specifically red and green due to the prevalence of r/g color blindness.
The text was updated successfully, but these errors were encountered:
cspogil/CS1/Act24/src/Drawing.java
Line 91 in ad82bc3
in this activity, we have a white background on which we draw rgb(255,0,0) and rgb(0,255,0) (see eg Color.java ). Perhaps (at the risk of slightly complicating the models?) we should use colors with more contrast. At the very least we might benefit from using anything other than specifically red and green due to the prevalence of r/g color blindness.
The text was updated successfully, but these errors were encountered: