Quick Background Color Picker
Posted: 06 Dec 2016, 20:03
Here's a little indispensable script I use as a painter/illustrator for setting the clip's background colour that replicates the functionality of the colour picker within Timeline Window:
Just assign this to a toolbar button (as an embedded george script) and then to a hotkey (I use SHIFT+B to replace the background mode cycler).
Just assign this to a toolbar button (as an embedded george script) and then to a hotkey (I use SHIFT+B to replace the background mode cycler).
Code: Select all
tv_PicColor
PARSE Result b r g b a
tv_Background COLOR r g b