plug-ins/script-fu/script-fu-scripts.c allow CSS color keywords to be used

2006-06-08  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/script-fu-scripts.c
	* plug-ins/script-fu/siod-wrapper.c: allow CSS color keywords to
	be used in place of the '(r g b) color notation.

	* plug-ins/script-fu/scripts/test-sphere.scm: documented this new
	feature.

	* plug-ins/script-fu/scripts/*.scm: replaced some colors with
	color names.
This commit is contained in:
Sven Neumann
2006-06-08 14:09:44 +00:00
committed by Sven Neumann
parent d42a30e0ec
commit 0e42a8161f
46 changed files with 161 additions and 95 deletions

View File

@ -195,7 +195,7 @@
gimp-data-directory
"/scripts/images/beavis.jpg")
SF-COLOR _"Highlight balance" '(211 95 0)
SF-COLOR _"Chrome balance" '(0 0 0)
SF-COLOR _"Chrome balance" "black"
SF-TOGGLE _"Chrome white areas" TRUE)
(script-fu-menu-register "script-fu-sota-chrome-it"