ToString

Argb32Color.ToString method

Serializes this Argb32Color instance to the most appropriate CSS function notation depending on translucency

public override string ToString()

Return Value

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

See Also