SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_invert_mask Property

Specifies whether BackgroundMask should be inverted.

Syntax

def get_sig_invert_mask() -> bool: ...
def set_sig_invert_mask(value: bool) -> None: ...

sig_invert_mask = property(get_sig_invert_mask, set_sig_invert_mask)

Default Value

FALSE

Remarks

Specifies whether sig_background_mask should be inverted.

Set this property to flip all the bits in the mask, by making opaque all the bits declared by the mask as transparent, and making transparent all the bits declared as opaque.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]