Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. function PostProcess()
  2.  
  3. local tab = {}
  4. tab[ "$pp_colour_addr" ] = 0
  5. tab[ "$pp_colour_addg" ] = 0
  6. tab[ "$pp_colour_addb" ] = 0
  7. tab[ "$pp_colour_brightness" ] = -0.1
  8. tab[ "$pp_colour_contrast" ] = 1.2
  9. tab[ "$pp_colour_colour" ] = 0.4
  10. tab[ "$pp_colour_mulr" ] = 0
  11. tab[ "$pp_colour_mulg" ] = 1
  12. tab[ "$pp_colour_mulb" ] = 1
  13.  
  14. DrawColorModify( tab )
  15.  
  16.  
  17.  
  18. end
  19.  
  20. hook.Add( "RenderScreenspaceEffects", "ClusterFuck", PostProcess )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement