Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. "capabilitiesTransformations": {
  2. "SystemSettings_Accessibility_ColorFiltering_IsEnabled": {
  3. "transform": {
  4. "type": "fluid.transforms.valueMapper",
  5. "defaultInputPath": "http://registry\\.gpii\\.net/applications/com\\.microsoft\\.windows\\.colorFilters.FilterType",
  6. "defaultOutputPath": "value",
  7. "match": [
  8. {
  9. "inputValue": 0,
  10. "outputValue": false
  11. }
  12. ],
  13. "noMatch": {
  14. "outputValue": true
  15. }
  16. }
  17. },
  18. "SystemSettings_Accessibility_ColorFiltering_FilterType": {
  19. "transform": {
  20. "type": "fluid.transforms.valueMapper",
  21. "defaultInputPath": "http://registry\\.gpii\\.net/applications/com\\.microsoft\\.windows\\.colorFilters.FilterType",
  22. "defaultOutputPath": "value",
  23. "match": [
  24. {
  25. "inputValue": 1,
  26. "outputValue": 0
  27. },
  28. {
  29. "intputValue": 2,
  30. "outputValue": 1
  31. },
  32. {
  33. "inputValue": 3,
  34. "outputValue": 2
  35. },
  36. {
  37. "inputValue": 4,
  38. "outputValue": 3
  39. },
  40. {
  41. "inputValue": 5,
  42. "outputValue": 4
  43. },
  44. {
  45. "inputValue": 6,
  46. "outputValue": 5
  47. }
  48. ],
  49. "noMatch": {
  50. "outputValue": 0
  51. }
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement