mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Fix javadoc build (#4208)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user