Searched refs:is_pure_color (Results 1 – 2 of 2) sorted by relevance
251 if format.colorspace != ZS and not format.is_pure_color():281 if format.colorspace != ZS and not format.is_pure_color():
296 def is_pure_color(self): member in Format315 return self.is_pure_color() and self.channel_type() == SIGNED318 return self.is_pure_color() and self.channel_type() == UNSIGNED