background_color property

BarcodeParameters.background_color property

Bar code background color (0x000000 - 0xFFFFFF)

@property
def background_color(self) -> str:
    ...

@background_color.setter
def background_color(self, value: str):
    ...

See Also