Material: Port color expression to newer API; fix binding loop
Port color expression to newer API
Qt.rgba(_.r, _.g, _.b, a)
should be equivalent to Qt.alpha(_, a)
.
Fix binding loop
All those color properties share one common NOTIFY signal, so they should not depend on each other.
Edited by ivan tkachenko