Quick3DColorValueType Class

(Qt3D::Quick::Quick3DColorValueType)

Properties

  • a : qreal
  • b : qreal
  • g : qreal
  • r : qreal

Public Functions

qreal a() const
qreal b() const
qreal g() const
qreal r() const
void setA(qreal)
void setB(qreal)
void setG(qreal)
void setR(qreal)
QString toString() const

Property Documentation

a : qreal

Access functions:

qreal a() const
void setA(qreal)

b : qreal

Access functions:

qreal b() const
void setB(qreal)

g : qreal

Access functions:

qreal g() const
void setG(qreal)

r : qreal

Access functions:

qreal r() const
void setR(qreal)

Member Function Documentation

QString Quick3DColorValueType::toString() const

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.