summaryrefslogtreecommitdiff
path: root/indra/llimage/llimage.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-01-07 22:10:23 -0800
committerMerov Linden <merov@lindenlab.com>2014-01-07 22:10:23 -0800
commitc2a974f1556906f6ca69afb5942378c8dbf85169 (patch)
treec5493c04a1669d16dbc791e1e2f34d1ca081d45b /indra/llimage/llimage.h
parent57d9fa36bd3639713a639573a7ab0d11249fa107 (diff)
ACME-1236 : WIP : Introduced screenFilter, simple creative screening filter
Diffstat (limited to 'indra/llimage/llimage.h')
-rwxr-xr-xindra/llimage/llimage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llimage/llimage.h b/indra/llimage/llimage.h
index cc91f95624..ed17f1af21 100755
--- a/indra/llimage/llimage.h
+++ b/indra/llimage/llimage.h
@@ -299,6 +299,7 @@ public:
// Filter Primitives
void colorTransform(const LLMatrix3 &transform);
void colorCorrect(const U8* lut_red, const U8* lut_green, const U8* lut_blue);
+ void screenFilter(const S32 wave_length);
void setVignette(EVignetteMode mode, F32 gamma, F32 min);
U32* getBrightnessHistogram();