Quote Originally Posted by Stephano
But,in this expression :
0xbffcc8fc,
bf --->R
fc---->G
c8----->B
fc----->alpha chanel

????that s true or false
Its true.

Quote Originally Posted by Stephano
can i convert 0x** ** ** **to 0x****.
You can use QColor red(), QColor green(), QColor blue() to get the integer values and play around. Alpha channel by default is 255(ff).