Just another stupid effect. I wonder why this simple effect is not included with Construct2. This effect allows user to interchange red, green and blue color planes (if you just want to change a color, use the built-in "colorchange" effect).
I made this effect for a helper app for colorblind people like me.
<img src="http://1.bp.blogspot.com/-ADnojjGw3PM/UuvA_dnYQdI/AAAAAAAAAhA/NKV2qW5zSx0/s320/daltonaid_examples.png" border="0">
Download effect here
Parameters:
Source R (default 1) - Source plane to take red color from.
(1 for Red, 2 for Green, 3 for Blue).
Source G (default 2) - Source plane to take green color from.
(1 for Red, 2 for Green, 3 for Blue).
Source B (default 3) - Source plane to take blue color from.
(1 for Red, 2 for Green, 3 for Blue).