Class ColorHelper
A set of functions for helping with default colours in the application. The application can color tabs for ensuring layouts look different. This helps cycle through a set of distinct colors to make sure tabs dont clash
Inherited Members
Namespace: LemonEdge.Utils
Assembly: LemonEdge.Utils.dll
Syntax
public static class ColorHelper
Methods
GetSafeColor()
Returns the next safe color to use so it doesn't clash with any current colors
Declaration
public static Color GetSafeColor()
Returns
Type | Description |
---|---|
Color | The next safe color to use so it doesn't clash with any current colors |