Basing its plausibility with the video tracking script that samples a color in a video to track.
It could even be a combo tool that tracks a video and displays the color it's tracking. Displayed as a hex or RGB.
Script request:Video color picker OR Video Tracking mod
Moderators: Víctor Paredes, Belgarath, slowtiger
- funksmaname
- Posts: 3174
- Joined: Tue May 29, 2007 3:31 am
- Location: New Zealand
- funksmaname
- Posts: 3174
- Joined: Tue May 29, 2007 3:31 am
- Location: New Zealand
After searching here I'll have to resort to 3d party software.
http://www.wincatalog.com/getcolor.html ... GetColor_m
http://www.wincatalog.com/getcolor.html ... GetColor_m
I'm sure the 3rd party solution you found will do the job, but just wanted to mention that it is possible to do it all inside AnimeStudio. Under windows, the Lua interpreter in AS lets you import functions from dlls and these function can have the low-level system access you need to access the pixel colour. I wrote such a dll to access clipboard. Unfortunately, the library I wrote for accessing the pixel colour was for the Mac OS. Anyway, I just though it was worth mentioning in case you wanted to have the patches automatically track the color of the video background or something.