Obsolete Members for QColor

以下成员源于类 QColor 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) QColor dark (int factor = 200) const
(obsolete) void getCmyk (int * c , int * m , int * y , int * k , int * a = nullptr)
(obsolete) void getCmykF (qreal * c , qreal * m , qreal * y , qreal * k , qreal * a = nullptr)
(obsolete) QColor light (int factor = 150) const

成员函数文档编制

QColor QColor:: dark ( int factor = 200) const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Use darker( factor ) 代替。

void QColor:: getCmyk ( int * c , int * m , int * y , int * k , int * a = nullptr)

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

使用 const overload instead.

void QColor:: getCmykF ( qreal * c , qreal * m , qreal * y , qreal * k , qreal * a = nullptr)

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

使用 const overload instead.

QColor QColor:: light ( int factor = 150) const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Use lighter( factor ) 代替。