MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / processImageOperations

Function processImageOperations

source/core/StarImageProcessing.cpp:591–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591Image processImageOperations(List<ImageOperation> const& operations, Image image, ImageReferenceCallback refCallback) {
592 for (auto const& operation : operations)
593 processImageOperation(operation, image, refCallback);
594
595 return image;
596}
597
598}

Callers 2

makeMethod · 0.85
setCursorImageMethod · 0.85

Calls 1

processImageOperationFunction · 0.85

Tested by

no test coverage detected