Difference between revisions of "Today"
From CodeStuff
| Line 8: | Line 8: | ||
The [[API|API page]] has a list of some of the functions you can use such as | The [[API|API page]] has a list of some of the functions you can use such as | ||
| + | *[[API#setColour.28colourValue.29.3B|setColour()]] | ||
*[[API#clear();|clear()]] | *[[API#clear();|clear()]] | ||
*[[API#fillCircle_.28x.2C_y.2C_radius.29.3B|fillCircle()]] . | *[[API#fillCircle_.28x.2C_y.2C_radius.29.3B|fillCircle()]] . | ||
Revision as of 01:06, 23 June 2017
Useful things to refer to.
The API page has a list of some of the functions you can use such as
This program is also available at http://jsbin.com/kizubop/1/edit?js,output