Changes between Version 13 and Version 14 of ImageFilters/BrightnessContrast


Ignore:
Timestamp:
2015-08-05T20:48:59+02:00 (11 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImageFilters/BrightnessContrast

    v13 v14  
    33
    44=== Meta information ===
    5 
    65{{{
    76{
     
    2827                        "default": 1,
    2928                        "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"
    3042                }
     43
    3144        ]
    3245}