diff --git a/docs/api/en/math/Color.html b/docs/api/en/math/Color.html index 6ef47bdc838111..d9152876210942 100644 --- a/docs/api/en/math/Color.html +++ b/docs/api/en/math/Color.html @@ -184,6 +184,13 @@

[method:Object getHSL]( [param:Object target], [param:string colorSpace] = L

+

[method:Color getRGB]( [param:Color target], [param:string colorSpace] = SRGBColorSpace )

+

+ [page:Color target] — the result will be copied into this object.

+ + Returns the RGB values of this color as an instance of [page:Color]. +

+

[method:String getStyle]( [param:string colorSpace] = SRGBColorSpace )

Returns the value of this color as a CSS style string. Example: `rgb(255,0,0)`.

diff --git a/docs/api/it/math/Color.html b/docs/api/it/math/Color.html index 1ed186632686b2..f161b275b4a15f 100644 --- a/docs/api/it/math/Color.html +++ b/docs/api/it/math/Color.html @@ -181,6 +181,13 @@

[method:Object getHSL]( [param:Object target], [param:string colorSpace] = L

+

[method:Color getRGB]( [param:Color target], [param:string colorSpace] = SRGBColorSpace )

+

+ [page:Color target] - questo risultato sarà copiato in questo oggetto.

+ + Returns the RGB values of this color as an instance of [page:Color]. +

+

[method:String getStyle]( [param:string colorSpace] = SRGBColorSpace )

Restituisce il valore di questo colore come una stringa CSS style. Esempio: `rgb(255,0,0)`.

diff --git a/docs/api/zh/math/Color.html b/docs/api/zh/math/Color.html index 98087d993c231f..9eebe30aa7b723 100644 --- a/docs/api/zh/math/Color.html +++ b/docs/api/zh/math/Color.html @@ -182,6 +182,13 @@

[method:Object getHSL]( [param:Object target], [param:string colorSpace] = L

+

[method:Color getRGB]( [param:Color target], [param:string colorSpace] = SRGBColorSpace )

+

+ [page:Color target] - 结果将复制到这个对象中.

+ + Returns the RGB values of this color as an instance of [page:Color]. +

+

[method:String getStyle]( [param:string colorSpace] = SRGBColorSpace )

以CSS样式字符串的形式返回该颜色的值。例如:“rgb(255,0,0)”。