MCPcopy Create free account
hub / github.com/cinder/Cinder / hasAlpha

Function hasAlpha

include/cinder/Surface.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 uint8_t getBlueOffset() const { return mBlue; }
66 uint8_t getAlphaOffset() const { return mAlpha; }
67 bool hasAlpha() const { return ( mAlpha != INVALID ) ? true : false; }
68 uint8_t getPixelInc() const { return mPixelInc; }
69 int getCode() const { return mCode; }
70

Callers 8

getPixelFunction · 0.70
setPixelFunction · 0.70
setupImageDestOptionsMethod · 0.50
cloneMethod · 0.50
copyFromMethod · 0.50
setupPixelFormatMethod · 0.50
allocateVisualContextMethod · 0.50
allocateVisualContextMethod · 0.50

Calls 1

hasAlphaMethod · 0.45

Tested by

no test coverage detected