Chromatic Aberration Filter

author:
@ger and @yloquen
description:
Custom filter for a chromatic Aberration effect
compatible:
v2.1
tag:
filter, chromatic aberration
homepage:
https://github.com/Tudumanu/Starling2-Chromatic-Aberration-Filter

Overview

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:

  • Original version for Starling 1.x: yloquen
  • Modified for Starling 2.x: Ger

More information:

Changelog

  • 2018/04/27: First public version

User Comments

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.

  extensions/chromatic-aberration.txt · Last modified: 2021/01/07 15:50 by daniel
 
Powered by DokuWiki