An open API service indexing awesome lists of open source software.

https://github.com/jcbritobr/color-space-pkg

A Color Space package for Free Pascal.
https://github.com/jcbritobr/color-space-pkg

color freepascal lazarus

Last synced: 1 day ago
JSON representation

A Color Space package for Free Pascal.

Awesome Lists containing this project

README

        

# A color space package for Free Pascal.
The package currently supports conversions between RGB and HSV, RGB and CMY color spaces. A demo is included as documentation for use case.
There is a nice article about [HSV color space here](https://en.wikipedia.org/wiki/HSL_and_HSV), and [CMY color space here](https://en.wikipedia.org/wiki/CMY_color_model).

* **[Demo](demo/mainframe.pas)** - A simple demo that utilizes the hsv color space package

![](thumbs/demo.png)