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

Afficher le fichier Open project: Q42/Q42.HueApi

Méthodes publiques

Méthode Description
ToHex ( this state, string model = "LCT001" ) : string
ToRgb ( this state, string model = "LCT001" ) : RGBColor

Method Details

ToHex() public static méthode

public static ToHex ( this state, string model = "LCT001" ) : string
state this
model string
Résultat string

ToRgb() public static méthode

public static ToRgb ( this state, string model = "LCT001" ) : RGBColor
state this
model string
Résultat RGBColor