mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-20 16:16:34 +00:00
Update default gamma correction to zero for DHGRRGB
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -98,7 +98,7 @@ var[12] ntscChroma
|
||||
var prevRed, prevBlu, prevGrn
|
||||
byte[256] gammaRGB // RGB gamma correction
|
||||
var[3] phase = RED_PHASE_NTSC, GREEN_PHASE_NTSC, BLUE_PHASE_NTSC
|
||||
byte gamma = 1 // Gamma correction
|
||||
byte gamma = 0 // Gamma correction
|
||||
var brightness = 0
|
||||
var saturation = 255 // 1.0
|
||||
var tint = 22 // = 45/2 deg
|
||||
|
||||
Reference in New Issue
Block a user