View Single Post
Old 05-16-2018, 03:44 PM   #3
Thonex
Human being with feelings
 
Join Date: May 2018
Location: Los Angeles
Posts: 1,719
Default

Quote:
Originally Posted by Lokasenna View Post
Sorry, I'm in a rush:
- Color values are OS dependant; use the helper function.
- You have to bitwise OR with 0x1000000
- Try setting the item color, rather than the take.

Code:
    reaper.SetMediaItemInfo_Value( Item, "I_CUSTOMCOLOR",reaper.ColorToNative(255,255,0)|0x1000000 )
Thanks so much Lokasenna... and even being in a rush.. you are very helpful!

Will look at it now.

Cheers,

Andrew K
Thonex is offline   Reply With Quote