blob: 4012e6091389099c50b4fdb7c3ee2d29d62b9dfa (
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-airbrush")
(name "Airbrush")
(tool-options "GimpAirbrushOptions"
(tool "gimp-airbrush-tool")
(foreground (color-rgb 0.000000 0.023605 0.142004))
(brush "2. Hardness 050")
(dynamics "Pressure Opacity")
(gradient "Tropical Colors")
(brush-size 500.000000)
(rate 30.000000))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of GIMP tool preset file
|