Class ColorValueType
Color value types.
Inheritance
System.Object
ColorValueType
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ColorValueType : Enum
Fields
Hex
Specifies the hex code value without opacity.
Declaration
public const ColorValueType Hex
Field Value
Type | Description |
---|---|
ColorValueType |
Hexa
Specifies the hex code value with opacity.
Declaration
public const ColorValueType Hexa
Field Value
Type | Description |
---|---|
ColorValueType |
Hsv
Specifies the hue saturation value without opacity.
Declaration
public const ColorValueType Hsv
Field Value
Type | Description |
---|---|
ColorValueType |
Hsva
Specifies the hue saturation value with opacity.
Declaration
public const ColorValueType Hsva
Field Value
Type | Description |
---|---|
ColorValueType |
Opacity
Specifies the opacity value.
Declaration
public const ColorValueType Opacity
Field Value
Type | Description |
---|---|
ColorValueType |
Rgb
Specifies the red green blue value without opacity.
Declaration
public const ColorValueType Rgb
Field Value
Type | Description |
---|---|
ColorValueType |
Rgba
Specifies the red green blue value with opacity.
Declaration
public const ColorValueType Rgba
Field Value
Type | Description |
---|---|
ColorValueType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |