Class Color
Inheritance
System.Object
Color
Assembly: IgniteUI.Blazor.dll
Syntax
public class Color : Object
Constructors
Color()
Declaration
Properties
A
Declaration
public byte A { get; set; }
Property Value
| Type |
Description |
| System.Byte |
|
B
Declaration
public byte B { get; set; }
Property Value
| Type |
Description |
| System.Byte |
|
G
Declaration
public byte G { get; set; }
Property Value
| Type |
Description |
| System.Byte |
|
R
Declaration
public byte R { get; set; }
Property Value
| Type |
Description |
| System.Byte |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
FromArgb(Byte, Byte, Byte, Byte)
Declaration
public static Color FromArgb(byte a_, byte r_, byte g_, byte b_)
Parameters
| Type |
Name |
Description |
| System.Byte |
a_ |
|
| System.Byte |
r_ |
|
| System.Byte |
g_ |
|
| System.Byte |
b_ |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Extension Methods