SerializeDefault

ArgbColor.SerializeDefault method

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

public string SerializeDefault()

Return Value

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

See Also