C# Class Q42.HueApi.ColorConverters.OriginalWithModel.StateExtensions

Show file Open project: Q42/Q42.HueApi

Public Methods

Method Description
ToHex ( this state, string model = "LCT001" ) : string
ToRgb ( this state, string model = "LCT001" ) : RGBColor

Method Details

ToHex() public static method

public static ToHex ( this state, string model = "LCT001" ) : string
state this
model string
return string

ToRgb() public static method

public static ToRgb ( this state, string model = "LCT001" ) : RGBColor
state this
model string
return RGBColor