MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / SetUseAlphaChannel

Function SetUseAlphaChannel

Shadows/SampleFramework11/TwHelper.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void SetUseAlphaChannel(TwBar* bar, const char* varName, bool32 useAlpha)
95{
96 TwCall(TwSetParam(bar, varName, "coloralpha", TW_PARAM_INT32, 1, &useAlpha));
97}
98
99void SetColorOrder(TwBar* bar, const char* varName, ColorOrder order)
100{

Callers

nothing calls this directly

Calls 1

TwCallFunction · 0.85

Tested by

no test coverage detected