Lut Creator Js [2021] -
// Example usage const lutCreator = new LUTCreator(16); const originalColor = [0.5, 0.2, 0.8]; // RGB in [0,1] range const transformedColor = lutCreator.getColor(...originalColor); console.log(`Transformed color: $transformedColor`);
Once you have your identity grid, you apply your color grading logic. This might include: Brightness and Contrast adjustments. Saturation and Hue shifts. Curves and Levels manipulation. lut creator js