Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ pixelFormat
Method
pixelFormat
source/core/StarImage.hpp:204–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
inline PixelFormat Image::pixelFormat() const {
205
return m_pixelFormat;
206
}
207
208
inline const uint8_t* Image::data() const {
209
return m_data;
Callers
7
processImageOperation
Function · 0.80
scaleNearest
Function · 0.80
scaleBilinear
Function · 0.80
scaleBicubic
Function · 0.80
ImageView
Method · 0.80
copyAtlasPixels
Method · 0.80
setCursorImage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected