foreground_color property

BarcodeParameters.foreground_color property

Bar code foreground color (0x000000 - 0xFFFFFF)

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

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

See Also