>>7560728I use this for my phone:
python
ColorWallpaper.py \
-y \
-o /sdcard/Pictures/Excluded/paper.png \
-c random \
--min-contrast 2.5 \
--overlay-color white \
--overlay-contrast 1.5 \
-r 1080x2340 \
-s 2 \
-f empty \#HEX rgb hsv cmyk
So let's say you want a 500 by 500 picture with color #696969 named picture.png use:
python
ColorWallpaper.py --color #696969 --resolution 500x500 --output picture.png