Skip to content

Commit

Permalink
Update nightvision-framework.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyBagpipes authored Jul 21, 2024
1 parent 6ab90f2 commit 9d761c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/wiki/framework/nightvision-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ Additional color presets
```cpp
ace_nightvision_colorPreset[] = {0.0, {0.0, 0.0, 0.0, 0.0}, {1.1, 0.8, 1.9, 0.9}, {1, 1, 6, 0.0}}; // White Phosphor Preset
```

## 3. Brightness Limits

```cpp
ace_nightvision_const_maxBrightness = 0; // Defaults, change at your leisure
ace_nightvision_const_minBrightness = -6;
```

0 comments on commit 9d761c9

Please sign in to comment.