Skip to main content

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.

ParameterTypeDescription
abyte
rbyte
gbyte
bbyte

Returns Color

FromRgb(byte r, byte g, byte b)

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

No description available.

ParameterTypeDescription
rbyte
gbyte
bbyte

Returns Color