g property

g property

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

Definition:

@property
def g(self):
    ...

See Also