C# Class CorsairLinkPlusPlus.Common.Utility.Color

Show file Open project: Doridian/CorsairLinkPlusPlus Class Usage Examples

Public Properties

Property Type Description
R byte

Public Methods

Method 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 method

public Color ( ) : System.Collections.Generic
return System.Collections.Generic

Color() public method

public Color ( Color color ) : System.Collections.Generic
color Color
return System.Collections.Generic

Color() public method

public Color ( byte r, byte g, byte b ) : System.Collections.Generic
r byte
g byte
b byte
return System.Collections.Generic

ToArray() public method

public ToArray ( ) : byte[]
return byte[]

ToString() public method

public ToString ( ) : string
return string

Property Details

R public property

public byte R
return byte