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

Method ImageView

source/core/StarImage.cpp:526–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526ImageView::ImageView(Image const& image) {
527 size = image.size();
528 data = image.data();
529 format = image.pixelFormat();
530}
531
532}

Callers

nothing calls this directly

Calls 3

pixelFormatMethod · 0.80
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected