Click or drag to resize

ColorUtils Class

Utility methods for Color.
Inheritance Hierarchy
SystemObject
  Archon.SwissArmyLib.UtilsColorUtils

Namespace:  Archon.SwissArmyLib.Utils
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class ColorUtils
Request Example View Source

The ColorUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRichTextColor
Wraps the supplied string in rich text color tags.
Public methodStatic memberToHex
Converts the given color to its equivalent hex color in the form of #RRGGBBAA (eg. #000000FF for opaque black).
Top
See Also