Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSweet committed Nov 17, 2024
2 parents 239fb33 + c72e5e1 commit 91f1a22
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 91f1a22

Please sign in to comment.