Class ColorFormat
Defines the supported color formats.
Inheritance
System.Object
ColorFormat
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ColorFormat : Enum
Fields
Hex
Defines color representation of hexadecimal value.
Declaration
public const ColorFormat Hex
Field Value
ColorFormat
|
Rgb
Defines color representation of (red, green, blue).
Declaration
public const ColorFormat Rgb
Field Value
ColorFormat
|
value__
Declaration
public int value__
Field Value
System.Int32
|