invert_blue.glsl 67 B

12345
  1. void main()
  2. {
  3. SetOutput(float4(0.0, 0.0, 0.7, 1.0) - Sample());
  4. }