blob: f3f9169a59343e60ac1dbfc300175174f7f1bf9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# GIMP tool preset file
(icon-name "gimp-tool-gradient")
(name "Vignette")
(tool-options "GimpGradientOptions"
(tool "gimp-gradient-tool")
(opacity 0.750000)
(paint-mode multiply)
(gradient "FG to Transparent")
(brush-size 250.000000)
(dynamics-expanded yes)
(fade-length 138.000000)
(fade-unit percent)
(gradient-reverse yes)
(offset 25.000000)
(gradient-type radial))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient yes)
(use-pattern no)
(use-palette no)
(use-font no)
# end of GIMP tool preset file
|