Table of Contents

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

byte

B

public byte B { readonly get; set; }

Property Value

byte

G

public byte G { readonly get; set; }

Property Value

byte

R

public byte R { readonly get; set; }

Property Value

byte

Methods

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

Color

FromRgb(byte, byte, byte)

public static Color FromRgb(byte r, byte g, byte b)

Parameters

r byte
g byte
b byte

Returns

Color