ID:2696923
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Hello, I've recently encountered a problem, or rather a lack of a certain feature that would make some visual effects a lot easier to construct.

What i have on mind is a RGB shift filter that would take x,y values for every color and alpha and then shift it in *pixel space*

The filter would break down the current object icon or plane into corresponding colors in RGBA and then shift it by some amount in x and y direction.

I'm leaving specific implementation details out of this post, this is an example set of arguments given to the filter.

[ red_x, red_y, green_x, green_y, blue_x, blue_y, alpha_x ,alpha_y]

Here is a visual demonstration of what i have on my mind :

https://imgur.com/a/AH1ysaj

In this photo the light-grey square has it's red color shifted to the left by 1 pixel, and it's green component shiften to the right by 1 pixel. I hope you can now visualize what i mean by shifting colors in the pixel-space.

As far as im concerned such a thing is not possible with current filters unless im mistaken, correct me if i'm wrong.