These are both red
CommunicationLog.RegColors.SetValue("LogBoxColor", 0xffff0000);
//TBLabelsColor
CommunicationLog.RegColors.SetValue("TBLabelsColor", -65536);
but the top is the one seen in the registry and it does not work in the code. I dont see any way to get that bottom number for unknown colors (unlike red).
I dont see how those 2 numbers are alike because in the registry it says that 0xffff0000 is 4294901760 and not -65536.
Can someone help?
By the way, I am using the FromArgb methods to get the colors.