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

Method ScaleColours

DevIL/cpp wrapper/il_wrap.cpp:570–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568
569
570ILboolean ilFilters::ScaleColours(ilImage &Image, ILfloat r, ILfloat g, ILfloat b)
571{
572 Image.Bind();
573 return iluScaleColours(r, g, b);
574}
575
576
577ILboolean ilFilters::Sharpen(ilImage &Image, ILfloat Factor, ILuint Iter)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected