| 1 | #include <game/mapitems.h> |
| 2 | |
| 3 | ColorRGBA CEnvPoint::ColorValue() const |
| 4 | { |
| 5 | return ColorRGBA(fx2f(m_aValues[0]), fx2f(m_aValues[1]), fx2f(m_aValues[2]), fx2f(m_aValues[3])); |
| 6 | } |
| 7 | |
| 8 | void CEnvPoint::SetColorValue(const ColorRGBA &Color) |
| 9 | { |
no test coverage detected