Searched refs:fieldColor (Results 1 – 1 of 1) sorted by relevance
363 Color const fieldColor = _rStyle.GetFieldColor(); in PrepareRow() local366 backgroundColor = fieldColor; in PrepareRow()371 …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()
Completed in 21 milliseconds