未验证 提交 0ab1c6ca 编写于 作者: J Joe Pea 提交者: GitHub

parameters are required

上级 7a08843e
......@@ -101,13 +101,13 @@ export class Color {
* Copies given color making conversion from sRGB to linear space.
* @param color Color to copy.
*/
copySRGBToLinear( color?: Color ): Color;
copySRGBToLinear( color: Color ): Color;
/**
* Copies given color making conversion from linear to sRGB space.
* @param color Color to copy.
*/
copyLinearToSRGB( color?: Color ): Color;
copyLinearToSRGB( color: Color ): Color;
/**
* Converts this color from sRGB to linear space.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册