Inheritance
object
Constructors
Section titled "Constructors"constructor
public Color() Returns Color
Properties
Section titled "Properties"public byte A { get; set; } public byte B { get; set; } public byte G { get; set; } public byte R { get; set; } Methods
Section titled "Methods"Equals(object)
Section titled "Equals(object)"public override bool Equals(object obj) Parameters
- obj:
object
Returns any
FromArgb(byte, byte, byte, byte)
Section titled "FromArgb(byte, byte, byte, byte)"public static Color FromArgb(byte a_, byte r_, byte g_, byte b_) Parameters
- a_:
byte - r_:
byte - g_:
byte - b_:
byte
Returns any
GetHashCode()
Section titled "GetHashCode()"public override int GetHashCode()