b property

b property

Gets the blue part of the color as 8-bit unsigned integer [0..255]

Definition:

@property
def b(self):
    ...

See Also