[Interest] QColor::lighter()

Igor Mironchik igor.mironchik at gmail.com
Wed Jan 15 20:38:56 CET 2014


Hi.

Is it correct that QColor( Qt::black ).lighter() returns the same black 
color?

For this line of code:

qDebug() << QColor( Qt::black ) << QColor( Qt::black ).lighter();

I receive next output:

QColor(ARGB 1, 0, 0, 0) QColor(ARGB 1, 0, 0, 0)

-- 
Best Regards,
Igor Mironchik.




More information about the Interest mailing list