• Welcome to Valhalla Legends Archive.
 

*Points to Yoni/Skywing*

Started by UserLoser, August 31, 2003, 11:35 PM

Previous topic - Next topic

UserLoser

Could you share with me the BC color constants? [Adding BCP support to my bot]

Spht

#1
Quote from: UserLoser on August 31, 2003, 11:35 PM
Could you share with me the BC color constants? [Adding BCP support to my bot]

0   = RGB(&HFF, &HFF, &HFF)
1   = RGB(&H7F, &H7F, &H7F)
2   = RGB(&H00, &HFF, &HFF)
3   = RGB(&H32, &HFF, &H32)
4   = RGB(&HFF, &H32, &H32)
5   = RGB(&HFF, &HFF, &H4B)
6   = RGB(&HFF, &H00, &HFF)
7   = RGB(&H00, &H7F, &H7F)
8   = RGB(&H00, &H00, &HFF)
9   = RGB(&H00, &H00, &H7F)
10 = RGB(&H10, &HAF, &H10)
11 = RGB(&H7F, &H7F, &H00)
12 = RGB(&H7F, &H00, &H00)
13 = RGB(&H7F, &H00, &H7F)
14 = RGB(&H00, &H6F, &HFF)

UserLoser


Skywing

Quote from: UserLoser on August 31, 2003, 11:35 PM
Could you share with me the BC color constants? [Adding BCP support to my bot]
I added those to BCP.h.  Let me know if you find anything else that's missing.