Skip to content

Commit

Permalink
Docs: Fix mistake in Color#getRGB signature. (mrdoob#26210)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jun 7, 2023
1 parent df27d3b commit 2b8f360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/en/math/Color.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h3>
</p>

<h3>
[method:Color getRGB]( [param:Color target], [param:string colorSpace] = SRGBColorSpace )
[method:Color getRGB]( [param:Color target], [param:string colorSpace] = LinearSRGBColorSpace )
</h3>
<p>
[page:Color target] — the result will be copied into this object.<br /><br />
Expand Down
2 changes: 1 addition & 1 deletion docs/api/it/math/Color.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h3>[method:Object getHSL]( [param:Object target], [param:string colorSpace] = L

</p>

<h3>[method:Color getRGB]( [param:Color target], [param:string colorSpace] = SRGBColorSpace )</h3>
<h3>[method:Color getRGB]( [param:Color target], [param:string colorSpace] = LinearSRGBColorSpace )</h3>
<p>
[page:Color target] - questo risultato sarà copiato in questo oggetto.<br /><br />

Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/math/Color.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h3>[method:Object getHSL]( [param:Object target], [param:string colorSpace] = L

</p>

<h3>[method:Color getRGB]( [param:Color target], [param:string colorSpace] = SRGBColorSpace )</h3>
<h3>[method:Color getRGB]( [param:Color target], [param:string colorSpace] = LinearSRGBColorSpace )</h3>
<p>
[page:Color target] - 结果将复制到这个对象中.<br /><br />

Expand Down

0 comments on commit 2b8f360

Please sign in to comment.