百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
G

GammaThingy

> 编程语言
开源

在 iOS 上更改屏幕伽马值,无需越狱

778 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

在 iOS 上更改屏幕伽马值,无需越狱

GammaThingy

Changes screen gamma on iOS, no jailbreak required

RIP official sideload f.lux (https://justgetflux.com/sideload/)

With the new Night Shift feature on iOS 9.3, this is pretty much obsolete. Unfortunately 32-bit devices can't use Night Shift, so this project might still be useful to some.

Important Information

This project is in no way associated with f.lux.

I talked with Britta Gustafson about this idea/project at jailbreakcon 2015, and she felt that I should contact the developers of f.lux before publicly releasing anything to do with changing the screen temperature. I know they don't have a monopoly on it, but they care very deeply about what they work on and have poured their lives into a piece of software which they feels improves the lives of others (which it does). Aside from that, f.lux has a home on practically every jailbroken phone, and I wouldn't want to hurt the feelings of anyone so important to the jailbreaking community by making a cheap knockoff of their work just for fun. Besides all that, this is not nearly as complex or well-designed as the actual f.lux application and most likely will never come close. The developers of f.lux have spent a lot of time perfecting what they do.

License

I don't know which license matches this so I'm going to write it out. You can do what you want with the code, but do not distribute compiled copies of the app, especially on mass download sites.

Compiling

This can't be compiled for or run in the simulator so don't try it, it won't work.

Troubleshooting

If you find the display glitching while GammaThingy is enabled, ensure that you have disabled Reduce White Point in iOS Settings / General / Accessibility / Increase Contrast

URL Scheme Support

GammaThingy supports URL schemes to switch the orangeness.
For the base URL gammathingy://orangeness/switch those (optional) parameters are available:

  • enable to toggle orangeness on / off (for values 1/0), if not provided, the orangeness is just switched
  • x-source to supply a protocol to open after switching orangeness (e.g. to switch back to another app)
  • close to make the app quit after the action was executed if its value is 1

Examples:
gammathingy://orangeness/switch?enable=1&x-source=prefs enables orangeness and then attempts to open the Preferences.app
gammathingy://orangeness/switch?close=1 switches orangeness and closes the app afterwards

Issues· 21 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言