--------------------------------------------------------------------------------
| 38 | |
| 39 | // -------------------------------------------------------------------------------- |
| 40 | float Tr2CurveColor::Length() |
| 41 | { |
| 42 | return std::max( std::max( std::max( m_r.Length(), m_g.Length() ), m_b.Length() ), m_a.Length() ); |
| 43 | } |
| 44 | |
| 45 | // -------------------------------------------------------------------------------- |
| 46 | Color Tr2CurveColor::GetValue( double time ) const |
no outgoing calls
no test coverage detected