summaryrefslogtreecommitdiff
path: root/indra/llimage/llimage.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-01-01 17:58:52 -0800
committerMerov Linden <merov@lindenlab.com>2014-01-01 17:58:52 -0800
commit9dca514c0b416c1b15e9a63e6f5af1b52df70b7e (patch)
tree98df8295e3b85a0b4179c8c0650aa49fd9edc8a7 /indra/llimage/llimage.h
parent218d305c443d4e5ddba03c6f4a988924939d805d (diff)
ACME-1236 : WIP : add filterRotate to rotate hue, add rotate as a valid argument to --filter in llimage_libtest
Diffstat (limited to 'indra/llimage/llimage.h')
-rwxr-xr-xindra/llimage/llimage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llimage/llimage.h b/indra/llimage/llimage.h
index 1742cf8a71..3a9c088dbd 100755
--- a/indra/llimage/llimage.h
+++ b/indra/llimage/llimage.h
@@ -260,7 +260,8 @@ public:
// Filter Operations
void filterGrayScale();
void filterSepia();
- void filterSaturate(F32 s);
+ void filterSaturate(F32 saturation); // < 1.0 desaturates, > 1.0 saturates
+ void filterRotate(F32 alpha); // rotates hue, alpha in degrees
// Filter Primitives
void colorTransform(const LLMatrix3 &transform);