C# Class CorsairLinkPlusPlus.Common.Utility.Color

Afficher le fichier Open project: Doridian/CorsairLinkPlusPlus Class Usage Examples

Méthodes publiques

Свойство Type Description
R byte

Méthodes publiques

Méthode Description
Color ( ) : System.Collections.Generic
Color ( Color color ) : System.Collections.Generic
Color ( byte r, byte g, byte b ) : System.Collections.Generic
ToArray ( ) : byte[]
ToString ( ) : string

Method Details

Color() public méthode

public Color ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Color() public méthode

public Color ( Color color ) : System.Collections.Generic
color Color
Résultat System.Collections.Generic

Color() public méthode

public Color ( byte r, byte g, byte b ) : System.Collections.Generic
r byte
g byte
b byte
Résultat System.Collections.Generic

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

R public_oe property

public byte R
Résultat byte