johnatm / itween

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

ColorUpdate not setting correct NamedValueColor #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. iTween.ColorUpdate(g, iTween.Hash("NamedValueColor", 
iTween.NamedValueColor._Emission, "r", 1));

What is the expected output? What do you see instead?
Expected to change the Emission color of the vertex lit plane.
Instead it changes the _Color (MainColor) of the vertex lit plane.

What version of the product are you using? On what operating system?
Version: 2.0.40
Windows 7 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by KJSebest...@gmail.com on 7 Mar 2011 at 1:38

GoogleCodeExporter commented 8 years ago
should be  "namedcolorvalue"

Original comment by altezz...@gmail.com on 15 Jun 2011 at 7:05

GoogleCodeExporter commented 8 years ago
I also encountered this bug. I reproduced is by using lowercase 
'namedvaluecolor', because it only catches 'namevaluecolor' in the itween 
class. I should advice to change the 'NamedValueColor' to 'namedvaluecolor' on 
the itween website, because it shows wrong information. 
(http://itween.pixelplacement.com/documentation.php)

Original comment by furbymik...@gmail.com on 13 Dec 2013 at 9:27