anthonyeden / ProPresenter-Stage-Display-Python

A Python implementation of the ProPresenter Stage Display - for Raspberry Pi
https://mediarealm.com.au/propresenter-pi/
GNU General Public License v3.0
27 stars 4 forks source link

Background Colour Change #10

Closed captainsalvos closed 6 years ago

captainsalvos commented 6 years ago

Hi Anthony,

Can we have the option to change the background colour for chromakey?

anthonyeden commented 6 years ago

Hey @captainsalvos , I've implemented this in commit c796977.

You can specify config options "BackgroundColour" and "TextColour", which accept any standard six-digit hex string (e.g. #FFFFFF for white, #000000 for black, #00FF00 for green).