Table of Contents

Method GetColorOrEmpty

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

GetColorOrEmpty(string)

Returns a color by its name or Empty if no color is registered for the specified name.

public static Color GetColorOrEmpty(string name)

Parameters

name string

Returns

Color