Krita
Channel.h
60 * @return the exact bounds of the channel. This can be smaller than the bounds of the Node this channel is part of.
65 * Read the values of the channel into the a byte array for each pixel in the rect from the Node this channel is part of, and returns it.
67 * Note that if Krita is built with OpenEXR and the Node has the 16 bits floating point channel depth type, Krita returns
73 * @brief setPixelData writes the given data to the relevant channel in the Node. This is only possible for Nodes
76 * Note that if Krita is built with OpenEXR and the Node has the 16 bits floating point channel depth type, Krita expects
void setVisible(bool value)
setvisible set the visibility of the channel to the given value.
Definition Channel.cpp:76
bool visible() const
visible checks whether this channel is visible in the node
Definition Channel.cpp:58
void setPixelData(QByteArray value, const QRect &rect)
setPixelData writes the given data to the relevant channel in the Node.
Definition Channel.cpp:196
QByteArray pixelData(const QRect &rect) const
Read the values of the channel into the a byte array for each pixel in the rect from the Node this ch...
Definition Channel.cpp:152
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.