Searched refs:kTintDarkenTouch (Results 1 – 1 of 1) sorted by relevance
401 const float kTintDarkenTouch = (B_NO_TINT + B_DARKEN_1_TINT) / 2.0f; in Draw() local406 float tint = (lineNum % 2 == 0) ? B_NO_TINT : kTintDarkenTouch; in Draw()