magenta property

magenta property

Gets or sets the magenta component value.

Definition:

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

See Also