~unity-team/compiz/plugins-main-trunk.fix_wrong_window_move_expo

« back to all changes in this revision

Viewing changes to colorfilter/data/filters/blueish-filter

  • Committer: David Barth
  • Date: 2011-03-29 16:36:40 UTC
  • Revision ID: david.barth@canonical.com-20110329163640-fpen5qsoo0lbjode
initial import from compiz-plugins-main_0.9.4git20110322.orig.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
!!ARBfp1.0
 
2
TEMP temp, neg;
 
3
TEX temp, fragment.texcoord[0], texture[0], RECT;
 
4
RCP neg.a, temp.a;
 
5
MAD temp.rgb, -neg.a, temp, 1.0;
 
6
MUL temp.rgb, temp.a, temp;
 
7
MUL temp, fragment.color, temp;
 
8
SUB_SAT temp.b, 0.8, -temp.b;
 
9
MOV result.color, temp;
 
10
END
 
 
b'\\ No newline at end of file'