How can I change it once so it will stay for the whole run?
What do you mean "it" exactly?
only part of my sprite.
the black part of the "tiles" picture (attached)
when i display, i want the grid to be less dominant (attached, too)
are you trying to replace a 'default' color with transparent (like old RPG Maker versions)?
can't you simply use PNGs that have transparent backgrounds by default?
i'm not trying to make the background trasnparent - i want the color to be half transparent
(something like mySprite.setFillColor(sf::Color(255, 255, 255, 128)) ; )
however, i don't know how to do so, and i don't want to set the color on each loop everytime over and over