ColorantRgb

ColorantRgb constructor (1 of 2)

Initializes a new instance of the ColorantRgb class.

public ColorantRgb()

See Also


ColorantRgb constructor (2 of 2)

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