MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / SetStringColor

Method SetStringColor

neo/tools/comafx/CSyntaxRichEditCtrl.cpp:432–439  ·  view source on GitHub ↗

================ CSyntaxRichEditCtrl::SetStringColor ================ */

Source from the content-addressed store, hash-verified

430================
431*/
432void CSyntaxRichEditCtrl::SetStringColor( const COLORREF color, const COLORREF altColor ) {
433 stringColor[0] = color;
434 if ( altColor == -1 ) {
435 stringColor[1] = color;
436 } else {
437 stringColor[1] = altColor;
438 }
439}
440
441/*
442================

Callers 2

OpenFileMethod · 0.80
LoadDeclMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected