Hi Sven,
Sven Neumann wrote:
yesterday I suggested the following struct:
struct GimpColorConfig { GObject parent_instance;
gboolean enabled;
gchar *monitor_profile; gchar *working_profile; gchar *proof_profile; GimpColorIntent render_intent; GimpColorIntent proofing_intent; };
I've just realised that we haven't made any provision for LCMS's very useful alarm-colour ability for soft-proofing - in short, it can be made to replace any colours that can't be represented on the output device (out-of-gamut colours) with an "alarm" colour. (Lime green and shocking pink seem to be good choices!)
In order to support this feature, we'd need one more flag and an appropriate RGB colour:
gboolean proof_use_alarm;
RGBTriple proof_alarm_color;
All the best, -- Alastair M. Robinson