TryFind

ArgbColor.KnownColors.TryFind method

Tries to find a color by its string name

public static bool TryFind(string keyword, out ArgbColor output)
Parameter Type Description
keyword String A color name
output ArgbColor& The resultant color value on success or Transparent value on failure

Return Value

True if color was successfully found by its name, or false otherwise

See Also