Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
526
ImageView::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
pixelFormat
Method · 0.80
size
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected