Is there any way to, instead of using sf::texture object to create and use a sf::shape, to simply fill the shape with a specified colour and then drawing it to the screen.
Alternatively can you fill a texture object with a single colour instead of loading an image?