Color Picker Tool is your friend
So, by now you should have a better understanding how the additive color light
source works, and how each color channel values treat that light; the red, green, and
blue. In the computer world we have values that ranging from 0 to 255 instead
of percentages. Therefore, if each primary color has a value of 0%, no colored light
source, meaning; it has 0 red in it, or 0 green in it or 0 blue, you would end up
with black, there’s no light source. So, this means that white light is made of the 3
primary colors (RGB) with a set value of 255 per channel. As shown in previous example 3.0
to produce the white light in the middle by using these 3 primary colors.
Option one to correct a color cast
A good way to determent values of a color cast is to use the Color Picker tool; a simple tool but very
powerful at that, it can collect the 3-color light values of any spot on an open image. By using the
Picker Tool, you can get the information you need to see and why it is not as white as you would like….
R:255, G:255, B:255, O:255 = 100% White
So now, if your image has a color cast for whatever reason(s), old image, poor scanning setting, a
camera setting or just faded. You can correct this in a few different ways in Gimp; one
method would be to see what the value of the 3 colors (RGB) channels are and how they relate to
each color channel. This way you can see what’s lacking in your image to make it possible to fix
the problem. In simple terms, which color channel(s) need to be adjusted and how.
Therefore, let’s say you took a sample reading of an area where the color cast is showing in your image,
a place that should appear to be white or very close of being white, and by doing so, this is what your
sample area revealed with the Color Picker Tool….
R:58, G:13, B:10
With this sample reading, in order to correct the color cast from your image,
you would subtract each color value from 255 to find the color value that is needed to
correct the overall white balance by correcting each of the RGB channels of light.
(Red Channel) 255 - 58 = 197
(Green Channel) 255 – 13 = 242
(Blue Channel) 255 – 10 = 245
To correct the color cast, you would create a new layer above your image and set
the blending mode to HSL Color (Legacy) with the opacity set at 50%, and fill it with that color….
R:197, G:242, B:245 = The opposite color of the Color Cast And then merge it down.
Note if your HSL Color (Legacy) layer is not set at 50% to restore the overall white
balance, then you have not found the correct color values for each color channel and must try again.