ColorConverter

ColorConverter class

The ColorConverter class parses colors (RGB, HEX, HSL, HWB, CMYK, NCOL, LCH, OKLCH, LAB, OKLAB) from a string and returns the IConvertibleColor interface for converting to various color spaces.

public static class ColorConverter

Methods

Name Description
static ConvertFrom(string) Parses color from string representation and returns the IConvertibleColor interface to convert it to various color spaces.

See Also