mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 11:38:19 +00:00
58d9bd4105
Old color was rgb = (0.78, 1.0, 0.8) In hsl = (125°, 100%, 89%) Converted to hex hsl: H = 125° / 360° * 255 = 89 = 0x59 S = 100% = 0xFF since the TW HSL color system fobids too dark colors it uses l = 0.5 + 0.5*L/255 so L = (0.89 - 0.5) * 2*255 = 199 = 0xC7 So in total we get 0x59FFC7 = 5898183 |
||
---|---|---|
.. | ||
components | ||
animstate.cpp | ||
animstate.h | ||
component.h | ||
gameclient.cpp | ||
gameclient.h | ||
lineinput.cpp | ||
lineinput.h | ||
race.cpp | ||
race.h | ||
render.cpp | ||
render.h | ||
render_map.cpp | ||
ui.cpp | ||
ui.h |