https://github.com/nodef/extra-gamma.cmd
Get or set Gamma ramp of Display Device from Windows Console.
https://github.com/nodef/extra-gamma.cmd
console device display extra gamma get merferry program ramp set windows
Last synced: 2 months ago
JSON representation
Get or set Gamma ramp of Display Device from Windows Console.
- Host: GitHub
- URL: https://github.com/nodef/extra-gamma.cmd
- Owner: nodef
- License: mit
- Created: 2017-10-16T18:33:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T19:59:24.000Z (6 months ago)
- Last Synced: 2025-04-10T20:49:13.322Z (6 months ago)
- Topics: console, device, display, extra, gamma, get, merferry, program, ramp, set, windows
- Language: C#
- Homepage: https://cmdf.github.io/extra-gamma/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Get or set Gamma ramp for Display Device from Windows Console.
> 1. Download [exe file](https://github.com/cmdf/extra-gamma/releases/download/1.0.0/egamma.exe).
> 2. Copy to `C:\Program_Files\Scripts`.
> 3. Add `C:\Program_Files\Scripts` to `PATH` environment variable.```batch
> egamma [-r|--ramp] [-c|--color] []:: [] -> optional argument
:: <> -> argument value
``````batch
:: set gamma to 2
> egamma 2:: set gamma to default
> egamma 1:: set gamma for each color
> egamma --color R 1.0 G 2.0 B 3.0:: set gamma ramp (approx 2)
> egamma --ramp 0.0 0.25 1.0:: set gamma ramp to default
> egamma --ramp 0.0 0.5 1.0:: set gamma ramp to default
> egamma --ramp 0.0 1.0:: set gamma ramp for each color
> egamma -r -c R 0.0 1.0 G 0.0 0.25 1.0 B 0.0 0.125 1.0:: set gamma ramp for each color to default
> egamma -rc R 0.0 0.25 0.5 0.75 1.0 G 0.0 0.5 1.0 B 0.0 1.0:: get current gamma ramp
> egamma
```[](https://cmdf.github.io)
