Thread: [SailfishOS] [Announce] MeeCast
View Single Post
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#85
Originally Posted by Morpog View Post
Hi Vlad,

I noticed that the cover is still a tad different color than the other covers. So I checked it's qml code and found the reason.

Code:
Rectangle {
        id: background_rect
        anchors.fill: parent
        opacity: 0.1
        color: "white"
    }
Set opacity to 0.0 to fix it.

Hmm. I tried to use depending on temperature background color. Maybe this is not was good attempt.

See code here:

https://github.com/Meecast/meecast/b.../CoverPage.qml

function getColor(t)


Vlad.