点击或拖拽改变大小

OpenGLColorMask 方法

This function sets the current colour mask.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void ColorMask(
	byte red,
	byte green,
	byte blue,
	byte alpha
)

参数

red
类型:SystemByte
Red component mask.
green
类型:SystemByte
Green component mask.
blue
类型:SystemByte
Blue component mask.
alpha
类型:SystemByte
Alpha component mask.
参见