Get the color for out-of-range values.
(self)
| 1884 | return self._rgba_bad |
| 1885 | |
| 1886 | def get_outside(self): |
| 1887 | """Get the color for out-of-range values.""" |
| 1888 | return self._rgba_outside |
| 1889 | |
| 1890 | def resampled(self, lutshape, transposed=False): |
| 1891 | """ |