A custom filter for Chromatic Aberration effect, as an extension for Starling 2.
Usage:
var filter:CAFilter = new CAFilter(); filter.angle = 2; filter.intensity = 20; mySprite.filter = filter;
Authors:
More information:
Feel free to edit this part of the page if you want to add information that's lacking in the above description.
Questions are better asked in the forum, though.