ToString

Rgb24Color.ToString method

Serializes this Rgb24Color instance to ‘rgb(r, g, b)’ format

public override string ToString()

Return Value

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

See Also