johnatm / itween

Automatically exported from code.google.com/p/itween
1 stars 2 forks source link

Documentation mistakenly refers to "NamedColorValue" (should be "NamedValueColor") #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the iTween documentation 
<http://itween.pixelplacement.com/documentation.php>, the "ColorFrom", 
"ColorTo" and "ColorUpdate" methods take a "namedcolorvalue" whose type is 
specified to be "NamedColorValue or string".

However, in the implementation there is no type "NamedColorValue". The type is 
called "NamedValueColor".

Original issue reported on code.google.com by g...@garethrees.org on 3 Nov 2010 at 11:56

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed!

Original comment by pixelplacement on 6 Jan 2011 at 5:22