is_gray属性

is_gray属性

指示该图片是否应以灰度显示。

定义:

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

也可以看看