Property ARGBWeb
ARGBWeb
If color is opaque returns RGBWeb; otherwise returns "rgba({R},{G},{B}, {alpha})" string.
public string ARGBWeb { get; }
Property Value
Remarks
The alpha parameter in the result is a number between 0.0 (fully transparent) and 1.0 (not transparent at all).