Class ColorDeficiencySimulator


public class ColorDeficiencySimulator extends ColorTransformGenerator
Optimized implementation of a Daltonize algorithm. This works by precomputing a set of lookup tables for every possible color. The lookup tables will use 64 MB of RAM. Without these optimizations it would not be possible to use this algorithm in real time.