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

Method Saturate

DevIL/include/IL/devil_cpp_wrapper.hpp:682–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682ILboolean ilFilters::Saturate(ilImage &Image, ILfloat Saturation)
683{
684 Image.Bind();
685 return iluSaturate1f(Saturation);
686}
687
688ILboolean ilFilters::Saturate(ilImage &Image, ILfloat r, ILfloat g, ILfloat b, ILfloat Saturation)
689{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected