Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746286 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
065fbcbc2f
commit
e9a1e2987f
@ -382,7 +382,7 @@ public class DrawPaint {
|
|||||||
* @param l Luminance is specified as a percentage in the range 1 - 100.
|
* @param l Luminance is specified as a percentage in the range 1 - 100.
|
||||||
* @param alpha the alpha value between 0 - 1
|
* @param alpha the alpha value between 0 - 1
|
||||||
*
|
*
|
||||||
* @returns the RGB Color object
|
* @return the RGB Color object
|
||||||
*/
|
*/
|
||||||
public static Color HSL2RGB(double h, double s, double l, double alpha) {
|
public static Color HSL2RGB(double h, double s, double l, double alpha) {
|
||||||
// we clamp the values, as it possible to come up with more than 100% sat/lum
|
// we clamp the values, as it possible to come up with more than 100% sat/lum
|
||||||
@ -521,4 +521,4 @@ public class DrawPaint {
|
|||||||
return (float)(1.055d * Math.pow(linRGB / 100000d, 1.0d/2.4d) - 0.055d);
|
return (float)(1.055d * Math.pow(linRGB / 100000d, 1.0d/2.4d) - 0.055d);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user