Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

After RGB codes for the colours #178

Closed jimbobbennett closed 9 years ago

jimbobbennett commented 9 years ago

I'm working on my sample app for my Xamarin bindings, and wanted to display details about the beacons using the actual colours. Do you have the RGB values for the different colour constants anywhere?

Thanks

heypiotr commented 9 years ago

We do not have the actual constants in the SDK, that's probably a neat idea. For now, the RGB values below:

mint: R:159 G:205 B:174 icy: R:110 G:206 B:245 blueberry: R:46 G:49 B:146

jimbobbennett commented 9 years ago

Thanks. Would be nice to have them defined in the SDK for all the beacons/nearables.