Click or drag to resize

Utils_Color Class

Local color utilities.
Inheritance Hierarchy
SystemObject
  MicaSystems.UtilsUtils_Color

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static class Utils_Color

The Utils_Color type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetReadableColor
Returns a Color representing the color (either white or black) that is deemed the most readable against the given background.
Public methodStatic memberIsDarkBackground
Returns true if the given css color is considered a dark background color.
Top
See Also