New to Telerik UI for BlazorStart a free 30-day trial

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public static class ColorUtils

Inheritance: objectColorUtils

Fields

C#
public static readonly string RegexHexFormat
C#
public static readonly string RegexRgbaFormat
C#
public static readonly string RegexRgbaPercentageFormat
C#
public static readonly string RegexRgbFormat
C#
public static readonly string RegexRgbPercentageFormat
C#
public static readonly string RegexShortHexFormat

Methods

C#
public static IColorFormatBase ParseColor(string value)
Parameters:valuestringReturns:

IColorFormatBase

C#
public static string ToHex(int value)
Parameters:valueintReturns:

string