Class ToneMapper.Linear

  • Enclosing class:
    ToneMapper

    public static class ToneMapper.Linear
    extends ToneMapper
    Linear tone mapping operator that returns the input color but clamped to the 0..1 range. This operator is mostly useful for debugging.
    • Constructor Detail

      • Linear

        public Linear()