点击或拖拽改变大小

OpenGLColor 方法 (Byte, Byte, Byte, Byte)

Sets the current color.

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

参数

red
类型:SystemByte
Red color component (between 0 and 255).
green
类型:SystemByte
Green color component (between 0 and 255).
blue
类型:SystemByte
Blue color component (between 0 and 255).
alpha
类型:SystemByte
Alpha color component (between 0 and 255).
参见