Sorry, i don’t know of a method on how to do it with QtQuick 1.1 only, but you might check out ShaderEffectItem [qt-project.org] . Maybe this could help you to solve your problem. Otherwise you can modify your image(colorize it and so on…) in C++, pass it back to QML and display it.
↧








