| 1843 | } |
| 1844 | |
| 1845 | static ColourScheme getPaintToolColour(Window& self) |
| 1846 | { |
| 1847 | return { ImageId(self.widgets[widx::paintColourPrimary].image).getPrimary(), ImageId(self.widgets[widx::paintColourSecondary].image).getPrimary() }; |
| 1848 | } |
| 1849 | |
| 1850 | // 0x004B3542 |
| 1851 | static void draw(Window& self, Gfx::DrawingContext& drawingCtx) |
no test coverage detected