Copy link to clipboard
Copied
Are there any other stuff like this? but other then filter, like i want something other then Blur & Glow? Some examples of stuff like that would be nice.
filters = [new BlurFilter(2,2,BitmapFilterQuality.LOW)];
Question title was edited by moderator
Copy link to clipboard
Copied
yes, there are other movieclip filters and there are bitmapdata filters.
Copy link to clipboard
Copied
Well,i mean can you atleast post them kglad-HRm6xR
Copy link to clipboard
Copied
Copy link to clipboard
Copied
kdGladiator i understand that but i mean stuff like, for example like this below.
filters = [new BlurFilter(2,2,BitmapFilterQuality.LOW)];
Copy link to clipboard
Copied
there are also dropshadow, glow, bevel, gradient glow and gradient bevel filters, but the most flexible (and difficult to use) are bitmap filters: ColorMatrixFilter, ConvolutionFilter, DisplacementMapFilter.
Copy link to clipboard
Copied
so pretty much like ?
filters = [new ColorMatrixFilter(2,2,ColorMatrixFilter.LOW)];
Copy link to clipboard
Copied
no. for info on each filter, Adobe ActionScript® 3 (AS3) API Reference
Find more inspiration, events, and resources on the new Adobe Community
Explore Now