XmpColorantRgb

XmpColorantRgb()

Initializes a new instance of the XmpColorantRgb class.

public XmpColorantRgb()

See Also


XmpColorantRgb(byte, byte, byte)

Initializes a new instance of the XmpColorantRgb class.

public XmpColorantRgb(byte red, byte green, byte blue)
Parameter Type Description
red Byte Red component.
green Byte Green component.
blue Byte Blue component.

See Also