MCPcopy Create free account
hub / github.com/DentonW/DevIL / Clear

Method Clear

DevIL/include/IL/devil_cpp_wrapper.hpp:300–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
299
300ILboolean ilImage::Clear()
301{
302 if (this->Id) {
303 this->Bind();
304 return ilClearImage();
305 }
306 return IL_FALSE;
307}
308
309
310void ilImage::ClearColour(ILclampf Red, ILclampf Green, ILclampf Blue, ILclampf Alpha)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected