C# 클래스 Q42.HueApi.ColorConverters.OriginalWithModel.StateExtensions

파일 보기 프로젝트 열기: Q42/Q42.HueApi

공개 메소드들

메소드 설명
ToHex ( this state, string model = "LCT001" ) : string
ToRgb ( this state, string model = "LCT001" ) : RGBColor

메소드 상세

ToHex() 공개 정적인 메소드

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

ToRgb() 공개 정적인 메소드

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