MCPcopy Create free account
hub / github.com/AgoraIO/API-Examples / SetFaceColor

Method SetFaceColor

windows/APIExample/APIExample/AGVideoWnd.cpp:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void CAGVideoWnd::SetFaceColor(COLORREF crBackColor)
271{
272 m_crBackColor = crBackColor;
273
274 Invalidate(TRUE);
275}
276
277
278void CAGVideoWnd::OnLButtonDown(UINT nFlags, CPoint point)

Callers 8

CreateAllVideoWndsMethod · 0.80
CreateAllVideoWndsMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected