Method GetColorOrNull
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 a color by its name or null
if no color is registered
for the specified name.
public static Color? GetColorOrNull(string name)
name
string