MCPcopy Create free account
hub / github.com/arrayfire/forge / setColor

Method setColor

src/backend/common/chart_common.hpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 inline void setColor(const float pRed, const float pGreen,
42 const float pBlue, const float pAlpha) {
43 mShrdPtr->setColor(pRed, pGreen, pBlue, pAlpha);
44 }
45
46 inline void setLegend(const char* pLegend) {
47 mShrdPtr->setLegend(pLegend);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected