background_color_rgb420 property

background_color_rgb420 property

Gets or sets the background color RGB 420.

Definition:

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

See Also