Click or drag to resize
ColorUtils Class
Supplies color manipulation methods.
Inheritance Hierarchy
SystemObject
  Stingray.GridColorUtils

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public class ColorUtils

The ColorUtils type exposes the following members.

Constructors
  NameDescription
Public methodColorUtils
Initializes a new instance of the ColorUtils class
Top
Methods
  NameDescription
Public methodStatic memberColor2String
Converts a color to a readable string.
Public methodStatic memberString2Color
Converts a string value to a color.
Top
See Also