Specify clear values for the accumulation buffer.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void ClearAccum(
float red,
float green,
float blue,
float alpha
)
参数
- red
- 类型:SystemSingle
Specify the red, green, blue and alpha values used when the accumulation buffer is cleared. The initial values are all 0. - green
- 类型:SystemSingle
Specify the red, green, blue and alpha values used when the accumulation buffer is cleared. The initial values are all 0. - blue
- 类型:SystemSingle
Specify the red, green, blue and alpha values used when the accumulation buffer is cleared. The initial values are all 0. - alpha
- 类型:SystemSingle
Specify the red, green, blue and alpha values used when the accumulation buffer is cleared. The initial values are all 0.
参见