LUTPass(Map<String, dynamic> options) : super(lutShader, null) { lut = options["lut"]; intensity = options["intensity"] ?? 1; }