diff options
Diffstat (limited to 'data/tool-presets/Paint/Basic-Round-Detail.gtp')
-rw-r--r-- | data/tool-presets/Paint/Basic-Round-Detail.gtp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/tool-presets/Paint/Basic-Round-Detail.gtp b/data/tool-presets/Paint/Basic-Round-Detail.gtp new file mode 100644 index 0000000..975e598 --- /dev/null +++ b/data/tool-presets/Paint/Basic-Round-Detail.gtp @@ -0,0 +1,20 @@ +# GIMP tool preset file + +(icon-name "gimp-tool-paintbrush") +(name "Basic Round Detail") +(tool-options "GimpPaintOptions" + (tool "gimp-paintbrush-tool") + (foreground (color-rgb 0.000000 0.023605 0.142004)) + (brush "2. Hardness 075") + (dynamics "Pressure Opacity") + (gradient "Tropical Colors") + (fade-length 0.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 |