Table of Contents

Property RGBWeb

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

RGBWeb

Gets RGB as web string in the format "rgb({R},{G},{B})". Fo example for the black color it will return "rgb(0,0,0)".

[Browsable(false)]
public string RGBWeb { get; }

Property Value

string