background_color_rgb422 property

background_color_rgb422 property

Gets or sets the background color RGB 422.

Definition:

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

See Also