MCPcopy 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
204inline PixelFormat Image::pixelFormat() const {
205 return m_pixelFormat;
206}
207
208inline const uint8_t* Image::data() const {
209 return m_data;

Callers 7

processImageOperationFunction · 0.80
scaleNearestFunction · 0.80
scaleBilinearFunction · 0.80
scaleBicubicFunction · 0.80
ImageViewMethod · 0.80
copyAtlasPixelsMethod · 0.80
setCursorImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected