ColorantRgb.ColorantRgb

ColorantRgb()

Initializes a new instance of the ColorantRgb class.

public ColorantRgb()

See Also


ColorantRgb(byte, byte, byte)

Initializes a new instance of the ColorantRgb class.

public ColorantRgb(byte red, byte green, byte blue)
ParameterTypeDescription
redByteThe red component value.
greenByteThe green component value.
blueByteThe blue component value.

See Also