以下成員源於類 QColor 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(obsolete)
QColor
|
dark (int factor = 200) const |
(obsolete)
void
|
getRgba (int * r , int * g , int * b , int * a ) const |
(obsolete)
QColor
|
light (int factor = 150) const |
(obsolete)
void
|
setRgba (int r , int g , int b , int a ) |
Use darker( factor ) 代替。
使用 getRgb () 代替。
Use lighter( factor ) 代替。
使用 setRgb () 代替。