From 1ee897e588918e1a54c75cb9159d90ca174b451d Mon Sep 17 00:00:00 2001
From: Eritrix <110681420+Eritrix@users.noreply.github.com>
Date: Fri, 6 Mar 2026 19:54:09 +0530
Subject: [PATCH] improve wording in setBlue documentation.
---
src/color/p5.Color.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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.