Searched refs:is_pure_color (Results 1 – 5 of 5) sorted by relevance
225 if format.colorspace != ZS and not format.is_pure_color():256 if format.colorspace != ZS and not format.is_pure_color():
240 def is_pure_color(self): member in Format259 return self.is_pure_color() and self.channel_type() == SIGNED262 return self.is_pure_color() and self.channel_type() == UNSIGNED
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
223 def is_pure_color(self): member in Format242 return self.is_pure_color() and self.channel_type() == SIGNED245 return self.is_pure_color() and self.channel_type() == UNSIGNED
231 def is_pure_color(self): member in Format250 return self.is_pure_color() and self.channel_type() == SIGNED253 return self.is_pure_color() and self.channel_type() == UNSIGNED