thanks, i just saw in the docs. 
However, an example in
http://doc.qt.nokia.com/4.7/qml-qt.html
displays
import Qt 4.7

 Text {
     color: Qt.rgba(255, 0, 0, 1)
     text: Qt.md5("hello, world")
 }
which would lead me to believe that the range is from 0 to 255. Maybe this 
could be updated. 
Anyways thanks,Bartosh

Date: Thu, 30 Sep 2010 18:39:00 +0300
From: [email protected]
To: [email protected]
Subject: Re: [Qt-qml] rgb colors does not work?

The range of all components (not just alpha) goes from 0 to 1. So essentially 
you're maxing out all components -> the color is white.

Juha

On Thu, Sep 30, 2010 at 6:24 PM, Bartosh Wroblevksy <[email protected]> wrote:






Hi,
With Qt 4.7.0





import Qt 4.7
Rectangle {

    width:100
    height:100
    color: Qt.rgba(73, 85, 56, 1)


}
does not display the correct color. The rectangle is all white. What am I doing 
wrong?
Thanks,

Bartosh                                           

_______________________________________________

Qt-qml mailing list

[email protected]

http://lists.trolltech.com/mailman/listinfo/qt-qml





_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml                              
          
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to