| 144 | |
| 145 | |
| 146 | ILvoid ilImage::ClearColour(ILclampf Red, ILclampf Green, ILclampf Blue, ILclampf Alpha) |
| 147 | { |
| 148 | ilClearColour(Red, Green, Blue, Alpha); |
| 149 | return; |
| 150 | } |
| 151 | |
| 152 | |
| 153 | ILboolean ilImage::Convert(ILenum NewFormat) |
nothing calls this directly
no outgoing calls
no test coverage detected