Table of Contents

Property ARGBWeb

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

ARGBWeb

If color is opaque returns RGBWeb; otherwise returns "rgba({R},{G},{B}, {alpha})" string.

public string ARGBWeb { get; }

Property Value

string

Remarks

The alpha parameter in the result is a number between 0.0 (fully transparent) and 1.0 (not transparent at all).