ColorantRgb

ColorantRgb()

初始化ColorantRgb类.

public ColorantRgb()

也可以看看


ColorantRgb(byte, byte, byte)

初始化ColorantRgb类.

public ColorantRgb(byte red, byte green, byte blue)
范围类型描述
redByte红色组件值。
greenByte绿色组件值。
blueByte蓝色分量值。

也可以看看