1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-01-22 18:15:59 +00:00

Change default DHGRRGB tint back to 0 and update help message for

DHGRSHOW
This commit is contained in:
David Schmenk
2025-08-11 20:44:10 -07:00
parent 3bfdbd1910
commit dd0987643f
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -53,7 +53,7 @@ int phase[3] = {RED_PHASE_NTSC, GREEN_PHASE_NTSC, BLUE_PHASE_NTSC};
int gammacorrect = 0; /* Gamma correction */
int brightness = 0;
int saturation = 255; /* 1.0 */
int tint = 22; /* imperically determined tint */
int tint = 0; /* imperically determined tint */
int orgmode;
int errDiv = 4;
unsigned char rgbScanline[X_RES * 3]; /* RGB scanline */

View File

@@ -101,7 +101,7 @@ var[3] phase = RED_PHASE_NTSC, GREEN_PHASE_NTSC, BLUE_PHASE_NTSC
byte gamma = 0 // Gamma correction
var brightness = 0
var saturation = 255 // 1.0
var tint = 22 // = 45/2 deg
var tint = 0
byte errDiv = 4
byte flags = GREY_HACK
var rgbErr // Running color error array

View File

@@ -158,5 +158,5 @@ if srccnt
fin
return retval
fin
puts("Usage: DHGRSHOW [-Z] <FILES>+\n")
puts("Usage: DHGRSHOW [-Z] [-P#] <FILES>+\n")
done