//////////////////////////////////////////////////////////////////////////
| 77 | |
| 78 | /////////////////////////////////////////////////////////////////////////////// |
| 79 | void LedRopeTCL::RawDrawPixel(const Color3i& c) { |
| 80 | RawDrawPixel(c.r_, c.g_, c.b_); |
| 81 | } |
| 82 | |
| 83 | /////////////////////////////////////////////////////////////////////////////// |
| 84 | void LedRopeTCL::RawDrawPixel(byte r, byte g, byte b) { |
no test coverage detected