ToRGB

Rgb24Color.ToRGB method

Serializes this Rgb24Color instance to the ‘rgb’ CSS function notation.

public string ToRGB()

Return Value

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

See Also