| 161 | } |
| 162 | |
| 163 | dp::Color Track::GetColor(size_t layerIndex) const |
| 164 | { |
| 165 | CHECK_LESS(layerIndex, m_data.m_layers.size(), ()); |
| 166 | return dp::Color(m_data.m_layers[layerIndex].m_color.m_rgba); |
| 167 | } |
| 168 | |
| 169 | void Track::SetColor(dp::Color color) |
| 170 | { |