diff options
author | Merov Linden <merov@lindenlab.com> | 2013-12-30 20:33:33 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-12-30 20:33:33 -0800 |
commit | 08a798bb1d88708765041adf21a784911842f101 (patch) | |
tree | de293ee4e0f17cc2f40de594d00e581428708d19 /indra/llimage/llimage.h | |
parent | 7372afaae4aa7097ffad1e9c070b8b9d9a611f62 (diff) |
ACME-1236 : WIP : Implement saturation/desaturation transform filter, add it to llimage_libtest for testing
Diffstat (limited to 'indra/llimage/llimage.h')
-rwxr-xr-x | indra/llimage/llimage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llimage/llimage.h b/indra/llimage/llimage.h index d6b7e65c76..1742cf8a71 100755 --- a/indra/llimage/llimage.h +++ b/indra/llimage/llimage.h @@ -260,6 +260,7 @@ public: // Filter Operations void filterGrayScale(); void filterSepia(); + void filterSaturate(F32 s); // Filter Primitives void colorTransform(const LLMatrix3 &transform); |