https://github.com/zlatamigas/colorconverter
JavaFX app for color convertion between RGB, CMYK and XYZ.
https://github.com/zlatamigas/colorconverter
cmyk color-converter java javafx rgb xyz
Last synced: 3 months ago
JSON representation
JavaFX app for color convertion between RGB, CMYK and XYZ.
- Host: GitHub
- URL: https://github.com/zlatamigas/colorconverter
- Owner: zlatamigas
- Created: 2022-02-18T19:57:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T18:02:07.000Z (over 3 years ago)
- Last Synced: 2025-07-08T01:56:00.661Z (4 months ago)
- Topics: cmyk, color-converter, java, javafx, rgb, xyz
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
ColorConverter
## Description
Windows App for converting color into different color models: CMYK - XYZ - RGB.
User can type color components (input fields), select colors from the palette (similar to graphic editors), smoothly change colors (sliders).
When any color component is changed, all other representations of this color in the other two color models are automatically recalculated. In case of “incorrect color” issue the warning is shown.
## Usage