blob: 529895d44606e82737814133663c6e7f797db6f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# GIMP tool preset file
(icon-name "gimp-tool-gradient")
(name "FX Radial Softlight")
(tool-options "GimpGradientOptions"
(tool "gimp-gradient-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(paint-mode softlight)
(gradient "FG to Transparent")
(brush-size 400.000000)
(dynamics-expanded yes)
(gradient-type radial))
(use-fg-bg no)
(use-brush no)
(use-dynamics yes)
(use-gradient yes)
(use-pattern no)
(use-palette no)
(use-font no)
# end of GIMP tool preset file
|