data_background_color property

data_background_color property

Gets or sets the Image background Color.

Remarks

Typically the background color is set whenever pixel value cannot be recovered due to data corruption.

Definition:

@property
def data_background_color(self):
    ...
@data_background_color.setter
def data_background_color(self, value):
    ...

See Also