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