A color is a specific combination of red, green and blue (this is one of the computer terms). I think you heard or saw things about RGB, and this means red, green and blue. If you look at black having a value of RED = 0, GREEN = 0, and BLUE = 0, the inverse of black would be white at RED = 255, GREEN = 255, and BLUE = 255. So for example being Orange (R=255, G=100, B=0) is the inverse of Light Blue (R=0, G=155, B=255). Same applies for any color combination. So in this mod there is going to be really wacky colors.

EDIT: Project is officially cancelled.