Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickcoloropacityanimation.cpp File Reference

(5f3b613b2ea848dfc66c00a6d91d507703a916b3)

#include "qquickcoloropacityanimation_p.h"
#include <QtQuick/private/qquickanimation_p_p.h>
#include <moc_qquickcoloropacityanimation_p.cpp>
Include dependency graph for qquickcoloropacityanimation.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE QVariant opacityInterpolator (const QColor &from, const QColor &to, const QVariant &current, qreal progress)
 \qmlmodule QtQuick.VectorImage.Helpers \title Qt Quick Vector Image Helpers QML Types

Function Documentation

◆ opacityInterpolator()

QT_BEGIN_NAMESPACE QVariant opacityInterpolator ( const QColor & from,
const QColor & to,
const QVariant & current,
qreal progress )
static

\qmlmodule QtQuick.VectorImage.Helpers \title Qt Quick Vector Image Helpers QML Types

Provides QML types used by VectorImage and related tools.

Since
6.10

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.