Page 1 of 1

Coloring primitives

Posted: Thu Feb 21, 2013 8:12 am
by eimixas
I have:

Code: Select all

pSphere->setColor(ccColor::magenta);
But my sphere is still green, unless i check "checkbox" in properties list "Colors".
but could not find what parameter in code could change this?

Thank you

Re: Coloring primitives

Posted: Thu Feb 21, 2013 8:20 am
by eimixas
found

Code: Select all

->showColors(true)
was looking near set... get... has... is...