1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

use a neutral gray as the default out-of-gamut warning color.

2007-10-07  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/gimpcolorconfig.c: use a neutral gray as the
	default out-of-gamut warning color.


svn path=/trunk/; revision=23754
This commit is contained in:
Sven Neumann
2007-10-07 10:00:22 +00:00
committed by Sven Neumann
parent 949070609d
commit 0add284387
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-10-07 Sven Neumann <sven@gimp.org>
* libgimpconfig/gimpcolorconfig.c: use a neutral gray as the
default out-of-gamut warning color.
2007-10-06 Manish Singh <yosh@gimp.org>
* plug-ins/common/poppler.c: Implement non-interactive mode, and make

View File

@@ -106,7 +106,7 @@ gimp_color_config_class_init (GimpColorConfigClass *klass)
GObjectClass *object_class = G_OBJECT_CLASS (klass);
GimpRGB color;
gimp_rgba_set_uchar (&color, 0xff, 0x00, 0xff, 0xff);
gimp_rgba_set_uchar (&color, 0x80, 0x80, 0x80, 0xff);
object_class->finalize = gimp_color_config_finalize;
object_class->set_property = gimp_color_config_set_property;