| 189 | } |
| 190 | |
| 191 | void ColorTexture::ReserveColor(dp::Color const & color) |
| 192 | { |
| 193 | bool newResource = false; |
| 194 | m_indexer->ReserveResource(true /* predefined */, ColorKey(color), newResource); |
| 195 | } |
| 196 | |
| 197 | int ColorTexture::GetColorSizeInPixels() |
| 198 | { |
no test coverage detected