Home
last modified time | relevance | path

Searched refs:hilightColor (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx370 Color hilightColor = activeSelectionBackColor; in PrepareRow() local
371hilightColor.SetRed( 9 * ( fieldColor.GetRed() - hilightColor.GetRed() ) / 10 + hilightColor.GetRe… in PrepareRow()
372hilightColor.SetGreen( 9 * ( fieldColor.GetGreen() - hilightColor.GetGreen() ) / 10 + hilightColor in PrepareRow()
373hilightColor.SetBlue( 9 * ( fieldColor.GetBlue() - hilightColor.GetBlue() ) / 10 + hilightColor.Ge… in PrepareRow()
374 backgroundColor = hilightColor; in PrepareRow()

Completed in 14 milliseconds