在Pygame中表示颜色值不正确的是:
A. Color(190, 190, 190, 190)
B. Color(190, 190, 190)
Color("
D. BEBEBE")
E. Color("BEBEBEBE")
对pygame.image.frombuffer(string, size, format)描述不正确的是:
A. format表示转换格式参数,是字符串形式
B. 比.fromstring()处理速度慢
C. size 表示图像的尺寸
D. 与.fromstring()功能相同
pygame.display.update()的作用是全部重新绘制窗口界面。
A. 对
B. 错