Comment 17 for bug 1239370

Revision history for this message
Alex Valavanis (valavanisalex) wrote :

OK, I see the problem with Gtkmm 3 and lcms1. Basically, RGBA::get_red() returns the red component as a percentage, whereas Color::get_red() returns an integer.

My "fix" for Gtkmm 3 builds is, therefore, dodgy and I'll need to sort it out! There is an equivalent RGBA::get_red_u() function that returns an unsigned int.