📜  在 sfml 中绘制圆圈 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:37.640000             🧑  作者: Mango

代码示例1
sf::CircleShape shape(50);

// set the shape color to green
shape.setFillColor(sf::Color(100, 250, 50));