| 308 | |
| 309 | |
| 310 | void ilImage::ClearColour(ILclampf Red, ILclampf Green, ILclampf Blue, ILclampf Alpha) |
| 311 | { |
| 312 | ilClearColour(Red, Green, Blue, Alpha); |
| 313 | return; |
| 314 | } |
| 315 | |
| 316 | |
| 317 | ILboolean ilImage::Convert(ILenum NewFormat) |
nothing calls this directly
no outgoing calls
no test coverage detected