Inheritance

object

constructor

public Color()

Returns Color

public byte A { get; set; }
public byte B { get; set; }
public byte G { get; set; }
public byte R { get; set; }
public override bool Equals(object obj)

Parameters

  • obj: object

Returns any

public static Color FromArgb(byte a_, byte r_, byte g_, byte b_)

Parameters

  • a_: byte
  • r_: byte
  • g_: byte
  • b_: byte

Returns any

public override int GetHashCode()

Returns any