Class Rgb
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class Rgb : ColorFormatBase
Constructors
Rgb(Int32, Int32, Int32, Decimal)
Declaration
public Rgb(int r, int g, int b, Decimal a)
Parameters
System.Int32
r
|
System.Int32
g
|
System.Int32
b
|
System.Decimal
a
|
Properties
A
Declaration
public Decimal A { get; set; }
Property Value
System.Decimal
|
B
Declaration
public int B { get; set; }
Property Value
System.Int32
|
G
Declaration
public int G { get; set; }
Property Value
System.Int32
|
R
Declaration
public int R { get; set; }
Property Value
System.Int32
|
Methods
ToCss(Boolean)
Declaration
public override string ToCss(bool includeOpacity = true)
Parameters
System.Boolean
includeOpacity
|
Returns
System.String
|