Color Struct
Namespace: GHIElectronics.TinyCLR.UI.Media · Assembly: GHIElectronics.TinyCLR.UI
No description available.
public struct Color
Properties
A
public byte A { get; set; }
No description available.
R
public byte R { get; set; }
No description available.
G
public byte G { get; set; }
No description available.
B
public byte B { get; set; }
No description available.
Methods
FromArgb(byte a, byte r, byte g, byte b)
public static Color FromArgb(byte a, byte r, byte g, byte b)
No description available.
| Parameter | Type | Description |
|---|---|---|
a | byte | |
r | byte | |
g | byte | |
b | byte |
Returns Color
FromRgb(byte r, byte g, byte b)
public static Color FromRgb(byte r, byte g, byte b)
No description available.
| Parameter | Type | Description |
|---|---|---|
r | byte | |
g | byte | |
b | byte |
Returns Color