Table of Contents

Method GetColorOrNull

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

GetColorOrNull(string)

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

public static Color? GetColorOrNull(string name)

Parameters

name string

Returns

Color