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:
parent
949070609d
commit
0add284387
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue