diff --git a/color.py b/color.py index 09a0389..c4de883 100644 --- a/color.py +++ b/color.py @@ -37,9 +37,12 @@ class MartinM1(ColorSSTV): INTER_CH_GAP = 0.572 def before_channel(self, index): - if index != ColorSSTV.GREEN: + if index == ColorSSTV.GREEN: yield FREQ_BLACK, self.INTER_CH_GAP + def after_channel(self, index): + yield FREQ_BLACK, self.INTER_CH_GAP + class MartinM2(MartinM1): VIS_CODE = 0x28