Zulko / moviepy

Video editing with Python
https://zulko.github.io/moviepy/
MIT License
12.6k stars 1.58k forks source link

Color coding methods are not consistent #1887

Open psyg0501 opened 1 year ago

psyg0501 commented 1 year ago
margin colors have to be specified like (255,0,0) etc; strings like 'red' are not accepted. --> text colors have to be specified using strings such as 'red' (or hex code); tuples like (255,0,0) are not accepted. -->

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

Specifications

keikoro commented 1 year ago

So is this meant to be a feature request for consistency?