| 580 | } |
| 581 | |
| 582 | ColorRGBA CSkins7::GetColor(int Value, bool UseAlpha) const |
| 583 | { |
| 584 | return color_cast<ColorRGBA>(ColorHSLA(Value, UseAlpha).UnclampLighting(ColorHSLA::DARKEST_LGT7)); |
| 585 | } |
| 586 | |
| 587 | void CSkins7::ApplyColorTo(CTeeRenderInfo::CSixup &SixupRenderInfo, bool UseCustomColors, int Value, int Part) const |
| 588 | { |
no test coverage detected