Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 886 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 886 Bytes

Gradient Generator

MIT License
A simple python script that generate a color gradient

💾 Installation

git clone https://github.com/HYOUG/GradientGenerator.git

or, Code button > Download ZIP

⚙️ Usage

python gradientgen.py X_size Y_size R_start G_start B_start R_end G_end B_end

📌 Examples

python gradientgen.py 1920 1080 255 0 0 255 255 0
  • Size             : 1920 x 1080 (HD 1080)
  • RGB (start)   : 255 0 0 (red color)
  • RGB (end)    : 255 255 0 (yellow color)
    A generated color gradient

📜 License

MIT (2021) License protected project.