From 1ca7c0c10b96020d6f7d883077d75390b5daba74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20M=C3=BCller?= Date: Thu, 9 Nov 2023 22:45:20 +0100 Subject: [PATCH] Change javadoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Müller --- .../src/main/java/org/openhab/core/util/ColorUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.core/src/main/java/org/openhab/core/util/ColorUtil.java b/bundles/org.openhab.core/src/main/java/org/openhab/core/util/ColorUtil.java index b5f489f4e75..8b0c6dafba8 100644 --- a/bundles/org.openhab.core/src/main/java/org/openhab/core/util/ColorUtil.java +++ b/bundles/org.openhab.core/src/main/java/org/openhab/core/util/ColorUtil.java @@ -279,7 +279,7 @@ public static double[] hsbToXY(HSBType hsb, Gamut gamut) { * Transform sRGB color format to * HSV based {@link HSBType}. * - * @param rgbw array of four int with the RGBW values in the range 0 to 255. + * @param rgbw array of three or four int with the RGB(W) values in the range 0 to 255. * @return the corresponding {@link HSBType}. * @throws IllegalArgumentException when input array has wrong size or exceeds allowed value range. */