Add missing colors to probabilistic key

This commit is contained in:
XANTRONIX 2025-04-01 14:44:17 -04:00
parent 5647279e2c
commit 4f26493ff1

View file

@ -665,9 +665,10 @@ class SPCOutlookMap(EquirectMap):
}
__probability_colors__ = {
0.02: (148/255.0, 192/255.0, 224/255.0),
0.02: (200/255.0, 192/255.0, 150/255.0),
0.05: (139/255.0, 71/255.0, 38/255.0),
0.15: (255/255.0, 200/255.0, 0/255.0),
0.10: (255/255.0, 200/255.0, 0/255.0),
0.15: (255/255.0, 145/255.0, 0/255.0),
0.30: (255/255.0, 0/255.0, 0/255.0),
0.45: (255/255.0, 0/255.0, 255/255.0),
0.60: (145/255.0, 44/255.0, 238/255.0),