Author | Message | Time |
---|---|---|
UserLoser | Could you share with me the BC color constants? [Adding BCP support to my bot] | September 1, 2003, 4:35 AM |
Spht | [quote author=UserLoser link=board=5;threadid=2530;start=0#msg19672 date=1062390919] Could you share with me the BC color constants? [Adding BCP support to my bot] [/quote] [code]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)[/code] | September 1, 2003, 4:38 AM |
UserLoser | *No longer pointing* | September 1, 2003, 4:38 AM |
Skywing | [quote author=UserLoser link=board=5;threadid=2530;start=0#msg19672 date=1062390919] Could you share with me the BC color constants? [Adding BCP support to my bot] [/quote] I added those to BCP.h. Let me know if you find anything else that's missing. | September 1, 2003, 8:02 PM |