mirror of
https://github.com/KrisKennaway/ii-pix.git
synced 2025-01-30 15:36:53 +00:00
Fix typo
This commit is contained in:
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user