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
4 changes: 2 additions & 2 deletions src/color/p5.Color.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ p5.Color = class Color {
/**
* Sets the blue component of a color.
*
* The range depends on the <a href="#/p5/colorMode">colorMode()</a>. In the
* default RGB mode it's between 0 and 255.
* The value range depends on the <a href="#/p5/colorMode">colorMode()</a>.
* In the default RGB mode, the value ranges from 0 and 255.
*
* @method setBlue
* @param {Number} blue the new blue value.
Expand Down