Struct Color
- Namespace
- GHIElectronics.Endpoint.UI.Media
- Assembly
- GHIElectronics.Endpoint.UI.dll
public struct Color
- Inherited Members
Properties
A
public byte A { readonly get; set; }
Property Value
B
public byte B { readonly get; set; }
Property Value
G
public byte G { readonly get; set; }
Property Value
R
public byte R { readonly get; set; }
Property Value
Methods
FromArgb(byte, byte, byte, byte)
public static Color FromArgb(byte a, byte r, byte g, byte b)
Parameters
Returns
FromRgb(byte, byte, byte)
public static Color FromRgb(byte r, byte g, byte b)