Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
570
ILboolean ilFilters::ScaleColours(ilImage &Image, ILfloat r, ILfloat g, ILfloat b)
571
{
572
Image.Bind();
573
return iluScaleColours(r, g, b);
574
}
575
576
577
ILboolean ilFilters::Sharpen(ilImage &Image, ILfloat Factor, ILuint Iter)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected