| 1858 | // O------------------------------------------------------------------------------O |
| 1859 | #if !defined(OLC_IGNORE_PIXEL) |
| 1860 | Pixel::Pixel() |
| 1861 | { |
| 1862 | r = 0; g = 0; b = 0; a = nDefaultAlpha; |
| 1863 | } |
| 1864 | |
| 1865 | Pixel::Pixel(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha) |
| 1866 | { |
nothing calls this directly
no outgoing calls
no test coverage detected