On 1/15/2014 1:38 PM, Igor Mironchik wrote: > Is it correct that QColor( Qt::black ).lighter() returns the same black > color? Sure. lighter() multiplies the values of the color by the scale factor passed into lighter(). It's a gain, not a bias.