├── LICENSE ├── README.md ├── farbtastic ├── CHANGELOG.html ├── LICENSE.txt ├── README.html ├── demo1.html ├── demo2.html ├── farbtastic.css ├── farbtastic.js ├── marker.png ├── mask.png └── wheel.png ├── index.html ├── puzzle.png └── rainbow.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/README.md -------------------------------------------------------------------------------- /farbtastic/CHANGELOG.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/farbtastic/CHANGELOG.html -------------------------------------------------------------------------------- /farbtastic/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/farbtastic/LICENSE.txt -------------------------------------------------------------------------------- /farbtastic/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/farbtastic/README.html -------------------------------------------------------------------------------- /farbtastic/demo1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/farbtastic/demo1.html -------------------------------------------------------------------------------- /farbtastic/demo2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/farbtastic/demo2.html -------------------------------------------------------------------------------- /farbtastic/farbtastic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/farbtastic/farbtastic.css -------------------------------------------------------------------------------- /farbtastic/farbtastic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/farbtastic/farbtastic.js -------------------------------------------------------------------------------- /farbtastic/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/farbtastic/marker.png -------------------------------------------------------------------------------- /farbtastic/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/farbtastic/mask.png -------------------------------------------------------------------------------- /farbtastic/wheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/farbtastic/wheel.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/index.html -------------------------------------------------------------------------------- /puzzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/puzzle.png -------------------------------------------------------------------------------- /rainbow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lendrick/Gradientifier/HEAD/rainbow.html --------------------------------------------------------------------------------