chafouin Posted March 1, 2023 Posted March 1, 2023 Hi! Is there a way to do a Color Matrix adjustment in Affinity Photo, similar to Natron or Nuke's ColorMatrix node? I tried the Procedural texture approach but I guess I'm not using the correct math, I couldn't get it to work. Thanks! Quote
chafouin Posted March 1, 2023 Author Posted March 1, 2023 I actually found the correct math from Nuke's documentation. In case it would be helpful for someone else, here is how to do it, with a XYZ 3*3 matrix: Output R = R * Xr + G * Xg + B * Xb Output G = R * Yr + G * Yg + B * Yb Output B = R * Zr + G * Zg + B * Zb Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.