diff --git a/src/color/p5.Color.js b/src/color/p5.Color.js index 5dee81c61d..987e06d07f 100644 --- a/src/color/p5.Color.js +++ b/src/color/p5.Color.js @@ -656,8 +656,8 @@ p5.Color = class Color { /** * Sets the blue component of a color. * - * The range depends on the colorMode(). In the - * default RGB mode it's between 0 and 255. + * The value range depends on the colorMode(). + * In the default RGB mode, the value ranges from 0 and 255. * * @method setBlue * @param {Number} blue the new blue value.