View Single Post
Old 02-26-2020, 03:07 PM   #959
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default Use track color in JS_Lice_ functions?

Is it possible to match a track color for JS_Lice commands?
Trying to do something like,...

Code:
color = reaper.GetTrackColor(track)
bm = reaper.JS_LICE_CreateBitmap(true, w, h)
reaper.JS_Composite(window, 0, 0, w, h, bm, 0, 0, w, h)
reaper.JS_LICE_Clear(bm, color) -- ? How to match track color ?
Edgemeal is offline   Reply With Quote