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

Method ClearColour

DevIL/include/IL/devil_cpp_wrapper.hpp:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308
309
310void ilImage::ClearColour(ILclampf Red, ILclampf Green, ILclampf Blue, ILclampf Alpha)
311{
312 ilClearColour(Red, Green, Blue, Alpha);
313 return;
314}
315
316
317ILboolean ilImage::Convert(ILenum NewFormat)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected