get pixels RGB values of current frame?

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
pecollinni
Posts: 6
Joined: November 3rd, 2013, 4:00 pm

Hello,

I'm creating a little script that should work in conjunction with "PSOFT Blur Cell" effect (that effect blurs only the boundaries between specific colors),
so what i need is a list of colors that I want to blur.

Is there a way to tell javascript to somehow scan the whole frame, and give me a list of RGB values for each pixel? So I could then pass that information to the PsoftBlurCell effect.
I was playing around with "Color Link" effect, but it can't be used for this purpose, unfortunately...


thanks
Post Reply