mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Fix typo in Color#convert documentation
This commit is contained in:
parent
1462178799
commit
8202f78453
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ var Color = Base.extend(new function() {
|
|||
},
|
||||
|
||||
/**
|
||||
* Converts the color another type.
|
||||
* Converts the color to another type.
|
||||
*
|
||||
* @param {String} type the color type to convert to. Possible values:
|
||||
* {@values 'rgb', 'gray', 'hsb', 'hsl'}
|
||||
|
|
Loading…
Reference in a new issue