Searched refs:is_pure_color (Results 1 – 3 of 3) sorted by relevance
211 def is_pure_color(self): member in Format230 return self.is_pure_color() and self.channel_type() == SIGNED233 return self.is_pure_color() and self.channel_type() == UNSIGNED
146 if format.colorspace != ZS and not format.is_pure_color() and access:
219 def is_pure_color(self): member in Format238 return self.is_pure_color() and self.channel_type() == SIGNED241 return self.is_pure_color() and self.channel_type() == UNSIGNED