Changes between Version 13 and Version 14 of ImageFilters/BrightnessContrast
- Timestamp:
- 2015-08-05T20:48:59+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImageFilters/BrightnessContrast
v13 v14 3 3 4 4 === Meta information === 5 6 5 {{{ 7 6 { … … 28 27 "default": 1, 29 28 "decoration": "none" 29 }, 30 { 31 "type": "colorpicker", 32 "name": "color", 33 "title": "Color", 34 "value_type": "color", 35 "default": 36 { 37 "red": 0, 38 "green": 0, 39 "blue": 0 40 }, 41 "decoration": "none" 30 42 } 43 31 44 ] 32 45 }
