Skip to content

Commit

Permalink
Change javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Müller <[email protected]>
  • Loading branch information
genesis81 committed Nov 9, 2023
1 parent 84912d9 commit 1ca7c0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public static double[] hsbToXY(HSBType hsb, Gamut gamut) {
* 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 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.
*/
Expand Down

0 comments on commit 1ca7c0c

Please sign in to comment.