ToRGBA

ArgbColor.ToRGBA method

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

public string ToRGBA()

Return Value

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

See Also