Searched refs:hilightColor (Results 1 – 1 of 1) sorted by relevance
370 Color hilightColor = activeSelectionBackColor; in PrepareRow() local371 …hilightColor.SetRed( 9 * ( fieldColor.GetRed() - hilightColor.GetRed() ) / 10 + hilightColor.GetRe… in PrepareRow()372 …hilightColor.SetGreen( 9 * ( fieldColor.GetGreen() - hilightColor.GetGreen() ) / 10 + hilightColor… in PrepareRow()373 …hilightColor.SetBlue( 9 * ( fieldColor.GetBlue() - hilightColor.GetBlue() ) / 10 + hilightColor.Ge… in PrepareRow()374 backgroundColor = hilightColor; in PrepareRow()
Completed in 15 milliseconds