Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_abstract_resources.cpp
Go to the documentation of this file.
3
4
5/*********************************************************************/
6/* ToolOpacityAbstractResource */
7/*********************************************************************/
13
15 return QVariant::fromValue(m_value);
16}
17
19 m_value = value.value<qreal>();
20}
float value(const T *src, size_t ch)
QVariant value() const override
void setValue(const QVariant value) override
set the value of the current resource
ToolOpacityAbstractResource(int key, qreal value)