26 : currentFgColor(resourcesSnapshot.currentFgColor())
27 , currentBgColor(resourcesSnapshot.currentBgColor())
28 , currentPattern(lazySignature(resourcesSnapshot.currentPattern()))
29 , currentGradient(lazySignature(resourcesSnapshot.currentGradient()))
30 , currentPreset(lazySignature(resourcesSnapshot.currentPaintOpPreset()))
31 , currentGeneratorXml(resourcesSnapshot.currentGenerator() ? resourcesSnapshot.currentGenerator()->toXML() :
"")
32 , currentNode(resourcesSnapshot.currentNode() ? resourcesSnapshot.currentNode()->uuid() : QUuid())
33 , opacity(resourcesSnapshot.opacity())
34 , compositeOpId(resourcesSnapshot.compositeOpId())
35 , channelLockFlags(resourcesSnapshot.channelLockFlags())