Click or drag to resize

ColorExtension Class

[This is preliminary documentation and is subject to change.]

Defines extensions for Color
Inheritance Hierarchy
SystemObject
  CSInfrastructure.ExtensionsColorExtension

Namespace:  CSInfrastructure.Extensions
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public static class ColorExtension

The ColorExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToColor
Converts the provided ARGB uint color into an actual Color
Public methodStatic memberToColorUint
Converts a HTML color string (eg. #00FF00) into an ARGB uint
Public methodStatic memberToUint
Converts the provided c color into a UInt32 that represents the ARGB value of the color.
Top
See Also