以下成员源于类 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 () 代替。