From aeaee84df7d5c4318f2a74c13272a5a30dab7914 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 3 Apr 2012 00:56:41 +0200 Subject: [PATCH] Update generated gimprc files --- docs/gimprc.5.in | 7 +++++++ etc/gimprc | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in index 16559ebde4..75461a545b 100644 --- a/docs/gimprc.5.in +++ b/docs/gimprc.5.in @@ -374,6 +374,13 @@ are ask, keep and convert. Keep a permanent record of all opened and saved files in the Recent Documents list. Possible values are yes and no. +.TP +(quick-mask-color (color-rgba 1.000000 0.000000 0.000000 0.500000)) + +Sets the default quick mask color. The color is specified in the form +(color-rgba red green blue alpha) with channel values as floats in the range +of 0.0 to 1.0. + .TP (transparency-size medium-checks) diff --git a/etc/gimprc b/etc/gimprc index d35f004291..cbecc5d9f6 100644 --- a/etc/gimprc +++ b/etc/gimprc @@ -304,6 +304,12 @@ # # (save-document-history yes) +# Sets the default quick mask color. The color is specified in the form +# (color-rgba red green blue alpha) with channel values as floats in the +# range of 0.0 to 1.0. +# +# (quick-mask-color (color-rgba 1.000000 0.000000 0.000000 0.500000)) + # Sets the size of the checkerboard used to display transparency. Possible # values are small-checks, medium-checks and large-checks. #