Static function
Fast
Client.SetSettingGammaOverride
Overrides the gamma setting and prevents the client from changing it
Syntax
Client.SetSettingGammaOverride(override, new_gamma = 1.0)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
override
|
boolean | — | Whether to override the gamma setting |
new_gamma
optional
|
float? | 1.0 |
The new gamma value if overriding |