grayscale property

grayscale property

Gets the PixelDataFormat defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval.

Definition:

@property
def grayscale(self):
    ...

See Also