diff options
author | Merov Linden <merov@lindenlab.com> | 2013-12-18 15:55:13 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-12-18 15:55:13 -0800 |
commit | 6578144b7eda1dae885e5cc172751203b1d16c2d (patch) | |
tree | cba111f9651c1a96f03196016bd7e2081619ab9b /indra/llimage/llimage.h | |
parent | be80b11d3063cc1b394ed604901418ba421cd86c (diff) |
ACME-1236 : WIP : Added Gray Scale as an experimental filter in Flickr. Lots of ugly hacks for now
Diffstat (limited to 'indra/llimage/llimage.h')
-rwxr-xr-x | indra/llimage/llimage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llimage/llimage.h b/indra/llimage/llimage.h index 2277afc585..96c37f5436 100755 --- a/indra/llimage/llimage.h +++ b/indra/llimage/llimage.h @@ -255,6 +255,9 @@ public: // Src and dst are same size. Src has 4 components. Dst has 3 components. void compositeUnscaled4onto3( LLImageRaw* src ); + + // Filter operations + void colorTransform(); protected: // Create an image from a local file (generally used in tools) |