ToRGB

ArgbColor.ToRGB method

Serializes this ArgbColor instance to the ‘rgb’ CSS function notation

public string ToRGB()

Return Value

A string with ‘rgb(r, g, b)’ format

See Also