Fair Strides 509 Posted July 11, 2015 View File RGB-BGR Converter This conversion tool is simply a converter between the standard hexadecimal RGB colour format and the decimal BGR color format. This BGR format is used in the Fog settings and the Tweak Colour field used in the UTD structs in a .git file (though, the tweak colour might be useable in all of the Type structs...). Submitter Fair Strides Submitted 07/11/2015 Category Modding Tools Quote Share this post Link to post Share on other sites
Malkior 476 Posted July 14, 2015 Awesome! Thanks a lot, FS! Quote Share this post Link to post Share on other sites
Kexikus 994 Posted September 16, 2018 Should anyone wonder how to go the other way around, i.e. convert BGR to RGB, all you need to do is solve this equation: BGR - R - 256 * G - 65536 * B = 0 where BGR is the BGR value and R, G, B are the RGB values that need to be between 0 and 255. Quote Share this post Link to post Share on other sites