Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

QtQuick Video Item alpha blending

$
0
0
Hey I’ve got an RGBA video and I’d like for it to blend with other QtQuick elements like a Rectangle Rectangle {   width: 1024   height: 768   color: "yellow"     focus: true     Video {     id: video     anchors.fill: parent     source: "alpha-video.mov"       autoPlay: true   } } Is it possible to achieve such a thing?

Viewing all articles
Browse latest Browse all 4972

Trending Articles