Class ColorUtils
Inheritance
System.Object
ColorUtils
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public static class ColorUtils : Object
Fields
RegexHexFormat
Declaration
public static readonly string RegexHexFormat
Field Value
System.String
|
RegexRgbaFormat
Declaration
public static readonly string RegexRgbaFormat
Field Value
System.String
|
RegexRgbaPercentageFormat
Declaration
public static readonly string RegexRgbaPercentageFormat
Field Value
System.String
|
RegexRgbFormat
Declaration
public static readonly string RegexRgbFormat
Field Value
System.String
|
RegexRgbPercentageFormat
Declaration
public static readonly string RegexRgbPercentageFormat
Field Value
System.String
|
RegexShortHexFormat
Declaration
public static readonly string RegexShortHexFormat
Field Value
System.String
|
Methods
ParseColor(String)
Declaration
public static ColorFormatBase ParseColor(string value)
Parameters
System.String
value
|
Returns
ColorFormatBase
|
ToHex(Int32)
Declaration
public static string ToHex(int value)
Parameters
System.Int32
value
|
Returns
System.String
|