Class ColorPickerHelper
Provides help methods for the ColorPicker
Inheritance
ColorPickerHelper
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class ColorPickerHelper
Methods
View Source
GetBaseColors()
Gets the BaseColors for ColorPicker
Declaration
public static List<BaseColor> GetBaseColors()
Returns
View Source
GetCustomColorListFromStrings(IEnumerable<string>)
Converts a list of strings to a list of CustomColors
Declaration
public static List<CustomColor> GetCustomColorListFromStrings(IEnumerable<string> colorStrings)
Parameters
Returns
View Source
GetStringListFromCustomColors(IEnumerable<CustomColor>)
Converts a list of CustomColor to a list of strings
Declaration
public static List<string> GetStringListFromCustomColors(IEnumerable<CustomColor> customColors)
Parameters
Returns