MCPcopy Create free account
hub / github.com/audacity/audacity / HtmlColourOfIndex

Function HtmlColourOfIndex

libraries/lib-wx-init/HelpText.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28wxString HtmlColourOfIndex( int i ){
29 wxColour c = theTheme.Colour(i);
30 return wxString::Format("\"#%02X%02X%02X\"",
31 c.Red(), c.Green(), c.Blue() );
32}
33
34static wxString WrapText( const wxString & Text )
35{

Callers 2

WrapTextFunction · 0.85
LinkExpandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected