glClearColor

glClearColor

NAME

函数名

glClearColor -- specify clear values for the color buffers

为颜色缓冲区指定确定的值


C SPECIFICATION

C风格

void glClearColor(GLclampf red,
                  GLclampf green,
                  GLclampf blue,
                  GLclampf alpha)

(GLclampf为在0和1之间的32位浮点型小数)


PARAMETERS

参数

red, green, blue, alpha

红,绿,蓝,alpha(这个是混和?还是通道?)

Specify the red, green, blue, and alpha values used when the color buffers are cleared.

指定红绿蓝和alpha的值,当颜色缓冲区清空时使用。

The default values are all zero.

默认值都为0。(缺省值跟默认值是不是一回事啊?)




DESCRIPTION

描述

glClearColor specifies the red, green, blue, and alpha values used by glClear to clear the color buffers.

glClearColor指定红绿蓝还有alpha的值,当glColor清除了颜色缓冲区后使用。


Values specified by glClearColor are clamped to the range [0, 1].

被glClearColor指定的值,其取值范围在[0,1]。


ERRORS

错误

GL_INVALID_OPERATION is generated if glClearColor is called between a call to glBegin and the corresponding call to glEnd.


当glClearColor在glBegin和与glBgin对应的glEnd之间调用时,会产生GL_INVALID_OPEARTION。


  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 4
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值