MCPcopy Create free account
hub / github.com/buggins/coolreader / getBackgroundColour

Method getBackgroundColour

cr3wx/src/view.cpp:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28END_EVENT_TABLE()
29
30wxColour cr3view::getBackgroundColour()
31{
32#if (COLOR_BACKBUFFER==1)
33 lUInt32 cl = getDocView()->getBackgroundColor();
34#else
35 lUInt32 cl = 0xFFFFFF;
36#endif
37 wxColour wxcl( (cl>>16)&255, (cl>>8)&255, (cl>>0)&255 );
38 return wxcl;
39}
40
41int propsToPageHeaderFlags( CRPropRef props )
42{

Callers 1

OnInitDialogMethod · 0.80

Calls 1

getBackgroundColorMethod · 0.45

Tested by

no test coverage detected