C# Class CorsairLinkPlusPlus.Driver.CorsairLink.Sensor.LED

Inheritance: BaseSensorDevice, ILED
显示文件 Open project: Doridian/CorsairLinkPlusPlus

Public Methods

Method Description
GetRGB ( ) : byte[]
Refresh ( bool volatileOnly ) : void

Protected Methods

Method Description
GetValueInternal ( ) : object

Private Methods

Method Description
GetControlCurve ( ) : Color>.ControlCurve
GetFixedRGBCycleColors ( ) : byte[]
GetRGBInternal ( ) : byte[]
LED ( BaseLinkDevice device, int id ) : CorsairLinkPlusPlus.Common.Sensor
SetColor ( Color color ) : void
SetControlCurve ( Color>.ControlCurve colors ) : void
SetFixedRGBCycleColors ( byte colors ) : void
SetRGB ( byte rgb ) : void

Method Details

GetRGB() public method

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

GetValueInternal() protected method

protected GetValueInternal ( ) : object
return object

Refresh() public method

public Refresh ( bool volatileOnly ) : void
volatileOnly bool
return void