Fix javadoc build (#4208)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2024-05-02 23:36:34 +02:00
committed by GitHub
parent 1a89b9ede9
commit 767cbd93d3
@@ -333,7 +333,7 @@ public class ColorUtil {
* Transform <a href="https://en.wikipedia.org/wiki/SRGB">sRGB</a> color format to
* <a href="https://en.wikipedia.org/wiki/HSL_and_HSV">HSV</a> based {@link HSBType}.
*
* @param rgb array of three or four {@link PercentType} with the RGB(W) values in the range 0 to 100 percent.
* @param rgbw array of three or four {@link PercentType} with the RGB(W) values in the range 0 to 100 percent.
* @return the corresponding {@link HSBType}.
* @throws IllegalArgumentException when input array has wrong size or exceeds allowed value range.
*/