FUNC_SEPIA = 1 --- Applies sepia tone effect using the following formula: vec3 c = input; float r = (c.r * 0.393) + (c.g * 0.769) + (c.b * 0.189); float g ...
確定! 回上一頁