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

Method ClearColour

DevIL/cpp wrapper/il_wrap.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145
146ILvoid ilImage::ClearColour(ILclampf Red, ILclampf Green, ILclampf Blue, ILclampf Alpha)
147{
148 ilClearColour(Red, Green, Blue, Alpha);
149 return;
150}
151
152
153ILboolean ilImage::Convert(ILenum NewFormat)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected