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

Function getRedOffset

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

Source from the content-addressed store, hash-verified

61// static ChannelOrder GetPlatformNativeChannelOrder( bool includeAlpha );
62
63 uint8_t getRedOffset() const { return mRed; }
64 uint8_t getGreenOffset() const { return mGreen; }
65 uint8_t getBlueOffset() const { return mBlue; }
66 uint8_t getAlphaOffset() const { return mAlpha; }

Callers 4

areaAverageMethod · 0.85
getDataRedFunction · 0.85
getPixelFunction · 0.85
setPixelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected