Class Hsv
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class Hsv : ColorFormatBase
Constructors
Hsv(Decimal, Decimal, Decimal, Decimal)
Declaration
public Hsv(Decimal h, Decimal s, Decimal v, Decimal a)
Parameters
System.Decimal
h
|
System.Decimal
s
|
System.Decimal
v
|
System.Decimal
a
|
Properties
A
Declaration
public Decimal A { get; set; }
Property Value
System.Decimal
|
H
Declaration
public Decimal H { get; set; }
Property Value
System.Decimal
|
S
Declaration
public Decimal S { get; set; }
Property Value
System.Decimal
|
V
Declaration
public Decimal V { get; set; }
Property Value
System.Decimal
|
Methods
ToCss(Boolean)
Declaration
public override string ToCss(bool includeOpacity = true)
Parameters
System.Boolean
includeOpacity
|
Returns
System.String
|