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.
- Host: GitHub
- URL: https://github.com/jcbritobr/color-space-pkg
- Owner: jcbritobr
- License: mit
- Created: 2021-07-20T17:36:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T21:27:26.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T19:26:17.454Z (about 1 year ago)
- Topics: color, freepascal, lazarus
- Language: Pascal
- Homepage:
- Size: 6.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
