提交 d9d86454 编写于 作者: H Heart Thankful

[Fix] Add a missing return type for `_hue2rgb `

上级 20407929
......@@ -114,7 +114,7 @@ export class HSLA {
return new HSLA(h, s, l, a);
}
private static _hue2rgb(p: number, q: number, t: number) {
private static _hue2rgb(p: number, q: number, t: number): number {
if (t < 0) {
t += 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册