Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions src/color/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,20 +623,11 @@ p5.prototype.clip = function(callback, options) {
*
*/

/**
* @method background
* @param {String} colorstring color string, possible formats include: integer
* rgb() or rgba(), percentage rgb() or rgba(),
* 3-digit hex, 6-digit hex.
* @param {Number} [a] opacity of the background relative to current
* color range (default is 0-255).
* @chainable
*/

/**
* @method background
* @param {Number} gray specifies a value between white and black.
* @param {Number} [a]
* @param {Number} [a] opacity of the background relative to current
* color range (default is 0-255).
* @chainable
*/

Expand Down