无名程序员就是我 2022-02-27 16:14 采纳率: 33.3%
浏览 16
已结题

Python的gl的geClearColor功能为什么改变不了背景颜色

import pyglet
from pyglet import shapes
from pyglet import gl


gl.glClearColor(0, 0, 0, 0)
pyglet.window.Window()
gl.glClearColor(0,0,0,0)

circle = shapes.Circle(x=100, y=150, radius=100, color=(50, 225, 30))
square = shapes.Rectangle(x=200, y=200, width=200, height=200, color=(55, 55, 255))
rectangle = shapes.Rectangle(x=400, y=400, width=100, height=50)
# 设置锚点
rectangle.anchor_x = 50
rectangle.anchor_y = 25
# or, set at the same time:
rectangle.anchor_position = 50, 25

# The rectangle is then rotated around it's anchor point:
rectangle.rotation = 45
# 改变圆形的不透明度(0~255)
circle.opacity = 120
# 改变图形的大小
square.width = 200
circle.radius = 99

pyglet.app.run()

为什么没有改变背景颜色

  • 写回答

0条回答 默认 最新

    报告相同问题?

    问题事件

    • 系统已结题 3月7日
    • 创建了问题 2月27日

    悬赏问题

    • ¥15 后端使用的是若依框架,目前上传图片提交后会报错,前端使用了vant4的组件(相关搜索:如何写)
    • ¥15 codeblock遇到问题了,求帮助😭
    • ¥15 Qt6.8.0加载网页MSVC2022
    • ¥15 360浏览器m2的这个值
    • ¥15 国内有哪些厂商做automlops的?
    • ¥15 skynet pb mysql
    • ¥15 笔记本外接显示器分辨率太低各种方法都用过了调不高
    • ¥15 Redstone R0697-F00 D2020 交换机 OS
    • ¥50 H5+js 动态数字画廊怎么做?
    • ¥20 外向内全景图像拼接相关项目和论文咨询