Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. [
  2. {
  3. key: "0",
  4. hue: 0,
  5. blur: 0,
  6. sepia: 0,
  7. sharpen: 0,
  8. negative: 0,
  9. contrast: 1,
  10. saturation: 1,
  11. brightness: 1,
  12. temperature: 6500
  13. },
  14. {
  15. key: "1",
  16. hue: 0,
  17. blur: 0,
  18. sepia: 0,
  19. sharpen: 0,
  20. negative: 0,
  21. contrast: 1,
  22. saturation: 1,
  23. brightness: 1,
  24. temperature: 10000,
  25. },
  26. {
  27. key: "2",
  28. hue: .3,
  29. blur: 0,
  30. sepia: 0,
  31. sharpen: 0,
  32. negative: .1,
  33. contrast: 1,
  34. saturation: .8,
  35. brightness: 1,
  36. temperature: 8000
  37. },
  38. {
  39. key: "3",
  40. hue: .3,
  41. blur: 0,
  42. sepia: 0,
  43. sharpen: 0,
  44. negative: .1,
  45. contrast: 1,
  46. saturation: .8,
  47. brightness: 1,
  48. temperature: 4400
  49. },
  50. {
  51. key: "4",
  52. hue: .5,
  53. blur: 0,
  54. sepia: 1,
  55. sharpen: 0,
  56. negative: .1,
  57. contrast: .9,
  58. saturation: .8,
  59. brightness: 1,
  60. temperature: 3000
  61. },
  62. {
  63. key: "5",
  64. hue: .2,
  65. blur: .1,
  66. sepia: 0,
  67. sharpen: 1,
  68. negative: 0,
  69. contrast: 1,
  70. saturation: 1,
  71. brightness: 1,
  72. temperature: 5500
  73. },
  74. {
  75. key: "6",
  76. hue: 0,
  77. blur: 0,
  78. sepia: 0.1,
  79. sharpen: .5,
  80. negative: .1,
  81. contrast: .6,
  82. saturation: 1,
  83. brightness: 1,
  84. temperature: 15000,
  85. },
  86. {
  87. key: "7",
  88. hue: 0.1,
  89. blur: .1,
  90. sepia: 0,
  91. sharpen: .3,
  92. negative: 0,
  93. contrast: 1,
  94. saturation: 1,
  95. brightness: 1.6,
  96. temperature: 4500
  97. },
  98. {
  99. key: "8",
  100. hue: 0,
  101. blur: 0,
  102. sepia: 0,
  103. sharpen: .2,
  104. negative: 0,
  105. contrast: 1,
  106. saturation: 0,
  107. brightness: 1,
  108. temperature: 6500
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement