SFML community forums

Help => Graphics => Topic started by: RKim on April 27, 2018, 01:36:10 am

Title: sf::RectangleShape
Post by: RKim on April 27, 2018, 01:36:10 am
I wonder whether it is possible to set the top,left,right, and bottom outline with the different colors.

Title: Re: sf::RectangleShape
Post by: Laurent on April 27, 2018, 08:09:27 am
No, you'll have to draw a separate shape for each border in this case.