We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Each call to Draw.Square(Colours.Green) is done in a different colour
The text was updated successfully, but these errors were encountered:
Ok will take a look!
Sorry, something went wrong.
If an invalid valid is passed, it defaults to a random colour. I have made a colour method which takes a colour name from any html colour name: https://en.wikipedia.org/wiki/Web_colors#HTML_color_names
Colour.withName("seagreen");
I have updated the default example:
https://github.com/yorkdayofcode/yorkdayofcode.github.io/blob/master/index.html
We can add back in some const for a syntax sugar??
i.e.: Colours.Green = function(){ return Colour.withName("seagreen"); }
Although that might introduce confusion when people try access one that doesn't exist.
henryallsuch
No branches or pull requests
Each call to Draw.Square(Colours.Green) is done in a different colour
The text was updated successfully, but these errors were encountered: