Skip to content

Commit

Permalink
README, add full range of gamma note.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSweet committed Jul 3, 2024
1 parent 5def0d8 commit c72e5e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ The r, g, and b values are percentages where 0 means none of that color and 1 me
5:30am to 6:00am: transition from 1, 1, 0.7, 0.6 to 1, 1, 1, 1
```

For Windows to allow setting the full range of gamma, this registry value needs to be set to 256 (0x100, DWORD).
```
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ICM\GdiIcmGammaRange
```

### Colors

Colors can be described as RGB values, as shown above, or as a color temperature:
Expand Down

0 comments on commit c72e5e1

Please sign in to comment.