Method FromArgb
FromArgb(Byte, Byte, Byte, Byte)
Sets the colour, that is, the ARGB values of this button.
Declaration
public void FromArgb(byte A, byte R, byte G, byte B)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | A | Alpha |
System.Byte | R | Red |
System.Byte | G | Green |
System.Byte | B | Blue |