1. 程式人生 > >QML獲取隨機顏色

QML獲取隨機顏色

class 顏色 rgb dom mat 獲取 and rand rgba

 rect.color = Qt.rgba(Math.random(), Math.random(), Math.random(), 1);//random返回0~1的隨機數

QML獲取隨機顏色