![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qquickcoloropacityanimation_p.h"
#include <QtQuick/private/qquickanimation_p_p.h>
#include <moc_qquickcoloropacityanimation_p.cpp>
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE QVariant | opacityInterpolator (const QColor &from, const QColor &to, const QVariant ¤t, qreal progress) |
\qmlmodule QtQuick.VectorImage.Helpers \title Qt Quick Vector Image Helpers QML Types |
|
static |
\qmlmodule QtQuick.VectorImage.Helpers \title Qt Quick Vector Image Helpers QML Types
Provides QML types used by VectorImage and related tools.
This module contains types used in scenes generated by \l{VectorImage}, \l{svgtoqml} and related tools. The types are made to replicate specialized behavior defined by the vector graphics file formats it loads and are not intended to be generally useful.
To use the types in this module, import the module with the following line:
\qml import QtQuick.VectorImage.Helpers \endqml
Definition at line 30 of file qquickcoloropacityanimation.cpp.