Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_tiled_data_manager_p.h File Reference

Go to the source code of this file.

Macros

#define forEachChannel(_idx, _channelSize)
 

Macro Definition Documentation

◆ forEachChannel

#define forEachChannel ( _idx,
_channelSize )
Value:
for(qint32 _idx=0, _channelSize=channelSizes[_idx]; \
_idx<numChannels && (_channelSize=channelSizes[_idx], 1); \
_idx++)

Definition at line 145 of file kis_tiled_data_manager_p.h.

145#define forEachChannel(_idx, _channelSize) \
146 for(qint32 _idx=0, _channelSize=channelSizes[_idx]; \
147 _idx<numChannels && (_channelSize=channelSizes[_idx], 1); \
148 _idx++)