Exemple #1
0
static void Image_transparentMask(sf::Image& img, sf::Color const& c)
{
    img.createMaskFromColor(c);
}