Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER for Video Editing/Mangling

Reply
 
Thread Tools Display Modes
Old 01-18-2018, 03:09 PM   #1
buddhajuke
Human being with feelings
 
Join Date: Jun 2012
Posts: 277
Default Video Processor Title Text Overlay Font Color

How do you change the color of the font when using the title text overlay preset in the video processor?
buddhajuke is offline   Reply With Quote
Old 01-18-2018, 03:26 PM   #2
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,937
Default

Replace gfx_set(fgc,fgc,fgc,fga) by gfx_set(r/255, g/255, b/255, fga).

For example to have this color: ██

Code:
gfx_set(88/255, 72/255, 149/255, fga);
cfillion is offline   Reply With Quote
Old 01-18-2018, 05:59 PM   #3
buddhajuke
Human being with feelings
 
Join Date: Jun 2012
Posts: 277
Default

Thank you
buddhajuke is offline   Reply With Quote
Old 07-15-2023, 04:02 AM   #4
Theronasaurusrex
Human being with feelings
 
Join Date: Jul 2023
Posts: 6
Default Change text overlay color to red

What code do you put in to change the text overlay color to red?

I want to change the text color to #FF0000

Thanks
Theronasaurusrex is offline   Reply With Quote
Old 07-15-2023, 07:34 AM   #5
papagirafe
Human being with feelings
 
papagirafe's Avatar
 
Join Date: Aug 2020
Location: Brasil
Posts: 679
Default

Quote:
Originally Posted by Theronasaurusrex View Post
What code do you put in to change the text overlay color to red?

I want to change the text color to #FF0000

Thanks
in EEL2 language you can use 255 or 0xFF. You may want to look at the sticky "Links to additional Video processor presets": there are a few text preset contribs in there including one of mine that adds a lot of other possibilities.
papagirafe is offline   Reply With Quote
Old 07-15-2023, 12:21 PM   #6
Theronasaurusrex
Human being with feelings
 
Join Date: Jul 2023
Posts: 6
Default Didn't work

Quote:
Originally Posted by papagirafe View Post
in EEL2 language you can use 255 or 0xFF. You may want to look at the sticky "Links to additional Video processor presets": there are a few text preset contribs in there including one of mine that adds a lot of other possibilities.
Hey,

When I tried those codes in the gfx_set line, the text just changed to white.

Also, where can I find the sticky of which you speak?

Thanks,
Theronasaurusrex is offline   Reply With Quote
Old 07-15-2023, 01:56 PM   #7
papagirafe
Human being with feelings
 
papagirafe's Avatar
 
Join Date: Aug 2020
Location: Brasil
Posts: 679
Default

Quote:
Originally Posted by Theronasaurusrex View Post
Hey,

When I tried those codes in the gfx_set line, the text just changed to white.

Also, where can I find the sticky of which you speak?

Thanks,
gfx_set(red val, green val, blue val, opacity val)
in the video processor these values are in range 0..1 instead of 0..255 so for example
pure red is: gfx_set(1,0,0,1)
the sticky is the first at the top of the list of new articles
papagirafe is offline   Reply With Quote
Old 07-15-2023, 08:43 PM   #8
Theronasaurusrex
Human being with feelings
 
Join Date: Jul 2023
Posts: 6
Default Figured out the colors!

Quote:
Originally Posted by papagirafe View Post
gfx_set(red val, green val, blue val, opacity val)
in the video processor these values are in range 0..1 instead of 0..255 so for example
pure red is: gfx_set(1,0,0,1)
the sticky is the first at the top of the list of new articles
Yes, I finally figured out the colors!!!

Thank you!!!

As far as the sticky, I still can't find it afraid.

Thank you again for your help though.
Theronasaurusrex is offline   Reply With Quote
Old 07-19-2023, 04:49 AM   #9
papagirafe
Human being with feelings
 
papagirafe's Avatar
 
Join Date: Aug 2020
Location: Brasil
Posts: 679
Default

Quote:
Originally Posted by Theronasaurusrex View Post
Yes, I finally figured out the colors!!!

Thank you!!!

As far as the sticky, I still can't find it afraid.

Thank you again for your help though.
This link should lead you to the "additional presets" thread:
https://forum.cockos.com/showthread.php?t=213832
papagirafe is offline   Reply With Quote
Old 07-20-2023, 07:07 PM   #10
Theronasaurusrex
Human being with feelings
 
Join Date: Jul 2023
Posts: 6
Default Thanks again

Awesome.

Thank you so much
Theronasaurusrex is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:07 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.