b property

b property

Returns or sets the blue component of a color. All color transformations are ignored. Read/write int.

Definition:

@property
def b(self):
    ...

@b.setter
def b(self, value):
    ...

See Also