print_col_black property

CompatibilityOptions.print_col_black property

Print Colors as Black And White without Dithering.

@property
def print_col_black(self) -> bool:
    ...

@print_col_black.setter
def print_col_black(self, value: bool):
    ...

See Also