Colors
Named colors
Section titled “Named colors”| Name | Color |
|---|---|
black |
Black |
white |
White |
red |
Red |
green |
Green |
blue |
Blue |
yellow |
Yellow |
cyan |
Cyan |
magenta |
Magenta |
gray / grey |
Gray |
Hex color codes
Section titled “Hex color codes”Specify any color using #RRGGBB format.
encfixture image -c "#ff6600" -o orange.pngencfixture image -c "#333333" -o dark_gray.pngencfixture video -c "#0066ff" -d 5 -o blue.mp4Text color
Section titled “Text color”Text color is automatically selected based on the background color (contrast auto-adjustment).
- Dark background → White text
- Light background → Black text