>
> For exemple, to change white to black, you'd have to have:
> parameter 0 = 255
> parameter 1 = 255
> parameter 2 = 255
> parameter 3 = 0
> parameter 4 = 0
> parameter 5 = 0
>
> The parameter 6 changes the tolerence, I let it to 1 personnally, basically, it indicate to change also colors close to the one you have chosen
>
> When the effect is applied, you don't need to set it continuously, however, it is a webGL effect, and will not be visible everywhere, also, change color is kind of an intensive effect (since it has to check the colors of the picture), so I recommand having something to back it up in case it doesn't work on some computer, or if you want the user to turn it off
> (the system expression Effects are supported will help you supporting configurations without webGL)
>
I kind of got lost there. Can you answer these questions.
1. Can you explain if I need to set all 7 parameters (through events) if I only need to recolor the red parts of my character sprite?
I did this:
+On start of layout
->Enable Replace Color
->Set effect Replace Color index 3 to 0 (don't know what this means, just experimenting)
doesn't change any color
2. About the support of WebGL, it's supposed to work in browser preview, right?
3. I kind of did not understand what you meant by "system expression Effects"
https://www.scirra.com/manual/126/system-expressions
I did not saw "Effect/s" in that link?