On Cosmosis, we used some equations we found online to calculate the Color Temperature, and subsequently the RGB color, from the B-V Color.
You can find our ruby implementation here:
https://github.com/HacktheUniverse/cosmos/blob/master/data/speck/stars.rb
It would be great to get this data into the API so star color could be implemented without frontend calcuation.
On Cosmosis, we used some equations we found online to calculate the Color Temperature, and subsequently the RGB color, from the B-V Color.
You can find our ruby implementation here:
https://github.com/HacktheUniverse/cosmos/blob/master/data/speck/stars.rb
It would be great to get this data into the API so star color could be implemented without frontend calcuation.