MCPcopy Create free account
hub / github.com/comaps/comaps / SetClearColor

Method SetClearColor

libs/drape/oglcontext.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void OGLContext::SetClearColor(dp::Color const & color)
154{
155 GLFunctions::glClearColor(color.GetRedF(), color.GetGreenF(), color.GetBlueF(), color.GetAlphaF());
156}
157
158void OGLContext::Clear(uint32_t clearBits, uint32_t storeBits)
159{

Callers 4

PreRender3dLayerMethod · 0.45
RenderEmptyFrameMethod · 0.45
RefreshBgColorMethod · 0.45
EndFrameMethod · 0.45

Calls 4

GetRedFMethod · 0.80
GetGreenFMethod · 0.80
GetBlueFMethod · 0.80
GetAlphaFMethod · 0.80

Tested by

no test coverage detected