Talk:ColorYUV
From Avisynth
> The global variables "coloryuv_xxx" with xxx = y_gain, u_gain, v_gain, y_bright, u_bright, v_bright, y_gamma, y_contrast, u_contrast or v_contrast are read each frame, and applied. It is possible to modify these variables using FrameEvaluate or ConditionalReader.
> ConditionalReader("coloryuvoffset.txt", "coloryuv_gain_y", false)
What from them correct? gain_y (coloryuv_gain_y) or y_gain (coloryuv_y_gain)?
edit: corrected, thanks! Wilbert 12:28, 9 April 2011 (UTC)

