1
0
mirror of https://github.com/KrisKennaway/ii-pix.git synced 2025-02-25 20:29:12 +00:00
This commit is contained in:
kris 2021-11-02 22:24:47 +00:00
parent d35cdbc877
commit df0adec8aa

@ -51,7 +51,7 @@ class Palette:
@staticmethod @staticmethod
def _pixel_phase_shifts(phase_3_srgb): def _pixel_phase_shifts(phase_3_srgb):
"""Constructs dictionary of 4-bit pixel sequences for each NTSC phase. """Constructs dictionary of 4-bit pixel sequences for each NTSC phase.
Assumes PALETTE_DEPTH == 3 Assumes PALETTE_DEPTH == 4
Args: Args:
phase_3_rgb: dict mapping 4-bit pixel sequence to sRGB values, phase_3_rgb: dict mapping 4-bit pixel sequence to sRGB values,