M.3color3 [2021]
// Define m.3color3 matrix for a vintage film look __DEVICE__ float3 m_3color3(float3 In) { const float3x3 mat = float3x3( 1.2, -0.1, 0.05, 0.1, 0.9, -0.02, -0.05, 0.1, 1.1 ); return mul(mat, In); }
If you are using a specific library named m.3color3 and encountering errors, check the following: m.3color3
In the context of Material Design 3 (M3), "m.3color3" refers to the advanced Dynamic Color // Define m