System\Windows\Forms\Rendering\ControlPaint.HLSColor.cs (6)
118Interpolate(dark.R, darkDark.R, percDarker),
119Interpolate(dark.G, darkDark.G, percDarker),
120Interpolate(dark.B, darkDark.B, percDarker));
172Interpolate(light.R, lightLight.R, percentLighter),
173Interpolate(light.G, lightLight.G, percentLighter),
174Interpolate(light.B, lightLight.B, percentLighter));