MCPcopy Create free account
hub / github.com/Voine/ChatWaifu_Mobile / SetRenderTargetClearColor

Method SetRenderTargetClearColor

Live2D/src/main/cpp/LAppView.cpp:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void LAppView::SetRenderTargetClearColor(float r, float g, float b)
365{
366 _clearColor[0] = r;
367 _clearColor[1] = g;
368 _clearColor[2] = b;
369}
370
371float LAppView::GetSpriteAlpha(int assign) const
372{

Callers 2

ChangeSceneMethod · 0.80
ChangeModelToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected