Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
setColorTransform() function — Gideros Forum

setColorTransform() function

plamenplamen Member
edited January 2013 in General questions
Hey guys,
I noticed that setColorTransform() function visually does nothing when values are above 1. Is it me do something wrong or its designed to be this way. I would suggest that we could use it with values above one. In my case i have semi-transparent image with alpha channel maximum value of 0.5 and i want to do it a bit more opaque so i used setColorTransform(1,1,1,1.5) thus setting maximum alpha value of 0.75. Nothing changed on screen (same with other channels). So it will be nice if channel multiplying occurs with real numbers and then clamping in 0...1 range should take place. I guess...
Tagged:

Comments

Sign In or Register to comment.