Hi,
I have some problems trying to change the color of this:
[IMG]http://img30.**************/img30/8707/semiclip.png[/IMG]
I am using:
PHP Code:
set_es(es, ES_RenderFx, kRenderFxDistort)
set_es(es, ES_Solid, SOLID_NOT)
set_es(es, ES_RenderColor, { 0, 0, 0 } )
set_es(es, ES_RenderMode, kRenderTransAdd)
set_es(es, ES_RenderAmt, 127.0)
But if i change the values of
ES_RenderColor, nothing happend. I am doing something wrong? or isnt posible to change the color? is there another way?
Thx
__________________