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. */