Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.1 KB

README.md

File metadata and controls

54 lines (36 loc) · 2.1 KB

📑 Examples

$php noise.php -r 0 -g 20 -b 50 or
./noise.php?r=0&g=20&b=50
Noise: -r 0 -g 20 -b 50


$php noise.php -r 20 -g 20 -b 50 or
./noise.php?r=20&g=20&b=50
Noise: -r 20 -g 20 -b 50


$php noise.php -r 30 -g 30 -b 30 --tiles 25 --tileSize 5 --borderWidth 2 or
./noise.php?r=30&g=30&b=30&tiles=25&tileSize=5&borderWidth=2
Noise: -r 30 -g 30 -b 30 --tiles 25 --tileSize 5 --borderWidth 2


$php noise.php -r 30 -g 30 -b 30 or
./noise.php?r=30&g=30&b=30
Noise: -r 30 -g 30 -b 30


$php noise.php -r 30 -g 30 -b 30 --tileSize 10 --borderWidth 7 or
./noise.php?r=30&g=30&b=30&tileSize=10&borderWidth=7
Noise: -r 30 -g 30 -b 30 --tileSize 10 --borderWidth 7


$php noise.php -r 150 -g 30 -b 0 --tiles 35 --tileSize 10 or
./noise.php?r=150&g=30&b=0&tiles=35&tileSize=10
Noise: -r 150 -g 30 -b 0 --tiles 35 --tileSize 10


$php noise.php -r 150 -g 30 -b 0 --borderWidth 5 or
./noise.php?r=150&g=30&b=0&borderWidth=5
Noise: -r 150 -g 30 -b 0 --borderWidth 5


$php noise.php -r 180 -g 210 -b 110 or
./noise.php?r=180&g=210&b=110
Noise: -r 180 -g 210 -b 110


$php noise.php -r 210 -g 230 -b 130 or
./noise.php?r=210&g=230&b=130
Noise: -r 210 -g 230 -b 130