[gimp] app: add 2700 K and 4000 K to the list of Kelvin presets



commit 479f370c7a0ab7d9cdeed5ce4fbe1d628886acb1
Author: Michael Natterer <mitch gimp org>
Date:   Tue Jan 2 13:30:53 2018 +0100

    app: add 2700 K and 4000 K to the list of Kelvin presets
    
    They are common LED lamp temperatures. Also fix a typo and properly
    order the list.

 app/propgui/gimppropgui-utils.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/app/propgui/gimppropgui-utils.c b/app/propgui/gimppropgui-utils.c
index c6b9d6a..8c77aca 100644
--- a/app/propgui/gimppropgui-utils.c
+++ b/app/propgui/gimppropgui-utils.c
@@ -69,10 +69,12 @@ gimp_prop_kelvin_presets_new (GObject     *config,
   {
     { 1700, N_("1,700 K – Match flame") },
     { 1850, N_("1,850 K – Candle flame, sunset/sunrise") },
+    { 2700, N_("2,700 K - Soft (or warm) LED lamps") },
     { 3000, N_("3,000 K – Soft (or warm) white compact fluorescent lamps") },
-    { 3000, N_("3,300 K – Incandescent lamps") },
     { 3200, N_("3,200 K – Studio lamps, photofloods, etc.") },
+    { 3300, N_("3,300 K – Incandescent lamps") },
     { 3350, N_("3,350 K – Studio \"CP\" light") },
+    { 4000, N_("4,000 K - Cold (daylight) LED lamps") },
     { 4100, N_("4,100 K – Moonlight") },
     { 5000, N_("5,000 K – D50") },
     { 5000, N_("5,000 K – Cool white/daylight compact fluorescent lamps") },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]