As I’m conducting research for my thesis and simulating color blindness as part of the test, and if i can prove that UnrealEngine implements it correctly which it looks like it does, it will save me a ton of time that i don’t have. But i need to prove and validate the implementation to validate my study, and i just can’t anything on the subject.
I have already seen this, it doesn’t explain how it works but shows how to use it to test these features, but what I am trying to find is how it works and if possible the study/fact/formula used, so i can validate it in my thesis. Unfortunately i am unable to even find the code that implements it.
THANK YOU!
The file I was looking for was the ColorDeficiency.ush which contained three lines that saved my life: // CDV tables comes from:
// A Model for Simulation of Color Vision Deficiency and A Color Contrast Enhancement Technique for Dichromats
// - Gustavo M. Machado (2010)
for others who are doing academic research around color blindness/deficiency, the file is located in your engine install path \Engine\Shaders\Private