Reputation: 2214
Is it possible to ajust the RGB values if the light source is a warm white and not a cold white?
With the hardware we have, we have the information in the picture below.
Upvotes: 0
Views: 183
Reputation: 1845
If you want to convert your image from one colour temperature to another you need to apply colour correction! For that you need to compute the 3x3 Color correction matrix for that Temperature. You can have a rough idea about this here
If you don't want to do this manually! You can go for Auto White Balance which will neutralize the overall effect of Color temperature as explained here!
Upvotes: 2