├── LICENSE ├── Nanocolor-Introduction.pdf ├── Nanocolor.md ├── README.md ├── nanocolor.c ├── nanocolor.h ├── nanocolorProcessing.h ├── nanocolorUtils.c └── nanocolorUtils.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshula/Nanocolor/HEAD/LICENSE -------------------------------------------------------------------------------- /Nanocolor-Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshula/Nanocolor/HEAD/Nanocolor-Introduction.pdf -------------------------------------------------------------------------------- /Nanocolor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshula/Nanocolor/HEAD/Nanocolor.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshula/Nanocolor/HEAD/README.md -------------------------------------------------------------------------------- /nanocolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshula/Nanocolor/HEAD/nanocolor.c -------------------------------------------------------------------------------- /nanocolor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshula/Nanocolor/HEAD/nanocolor.h -------------------------------------------------------------------------------- /nanocolorProcessing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshula/Nanocolor/HEAD/nanocolorProcessing.h -------------------------------------------------------------------------------- /nanocolorUtils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshula/Nanocolor/HEAD/nanocolorUtils.c -------------------------------------------------------------------------------- /nanocolorUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshula/Nanocolor/HEAD/nanocolorUtils.h --------------------------------------------------------------------------------