Show / Hide Table of Contents

Class Color

Inheritance
System.Object
Color
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class Color : Object

Constructors

Color()

Declaration
public Color()

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
Type Description
Color

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

Extension Methods

ColorUtil.GetInterpolation(Color, Double, Color, InterpolationMode)
ColorUtil.GetsRGB(Color)
ColorUtil.GetL(Color)
ColorUtil.RGBAToRGB(Color, Color)
ColorUtil.GetAHSL(Color)
ColorUtil.GetAHSV(Color)