C# (CSharp) HueApp Namespace

Сlasses

Name Description
App Provides application-specific behavior to supplement the default Application class.
ByteToDoubleConverter Utility class for converting between byte (for the Hue bridge) and double (for this app).
HuePayload Container class for passing Hue bridge and lights from the initializer page to MainPage.
Initializer Handles inital loading of Hue resources (including the bridge and lights), and displaying an extended splash screen to the user while the app prepares.
MainPage The main page for the Hue app controls.
UShortToDoubleConverter Utility class for converting between ushort (for the Hue bridge) and double (for this app).