A Data Model structure for displaying UI Screens
View the Project on GitHub ServerDriven/ScreenData
Color { red: Float green: Float blue: Float alpha: Float }
Values range from 0.0 - 1.0.
{ "red": 0.8, "alpha": 1, "blue": 0.8, "green": 0.8 }