https://github.com/red1c3/gamma-calculator
A simple gamma -the value used for color correction- calculator
https://github.com/red1c3/gamma-calculator
Last synced: 11 months ago
JSON representation
A simple gamma -the value used for color correction- calculator
- Host: GitHub
- URL: https://github.com/red1c3/gamma-calculator
- Owner: Red1C3
- License: unlicense
- Created: 2022-01-26T17:45:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T17:46:41.000Z (over 4 years ago)
- Last Synced: 2025-02-27T21:52:29.561Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gamma-calculator
A simple gamma -the value used for color correction- calculator
## Usage
Use left and right arrows for modifying the right side color output until it (mostly) matches the left side.
Press 'R','G','B' or 'W' to switch color channels.
Run from a terminal to get the output gamma value printed.
Colors are represented in 24bit, 3-unsigned-integers
## Building
Run: ```go build```
### Made with correctly-colored kittens