C# Class DS4Windows.DS4Color

Show file Open project: topher-au/WoWmapper Class Usage Examples

Public Properties

Property Type Description
blue byte
green byte
red byte

Public Methods

Method Description
DS4Color ( System c ) : System
DS4Color ( byte r, byte g, byte b ) : System
Equals ( object obj ) : bool
ToString ( ) : string
TryParse ( string value, DS4Color &ds4color ) : bool

Private Methods

Method Description
HuetoRGB ( float hue, float light, Color rgb ) : Color

Method Details

DS4Color() public method

public DS4Color ( System c ) : System
c System
return System

DS4Color() public method

public DS4Color ( byte r, byte g, byte b ) : System
r byte
g byte
b byte
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

public static TryParse ( string value, DS4Color &ds4color ) : bool
value string
ds4color DS4Color
return bool

Property Details

blue public property

public byte blue
return byte

green public property

public byte green
return byte

red public property

public byte red
return byte