Length of one image line (width * n).
(self)
| 14068 | |
| 14069 | @property |
| 14070 | def stride(self): |
| 14071 | """Length of one image line (width * n).""" |
| 14072 | return self.this.stride() |
| 14073 | |
| 14074 | def tint_with(self, black, white): |
| 14075 | """Tint colors with modifiers for black and white.""" |
no outgoing calls
no test coverage detected