Set color map to be used for rendering image, it can take one of the values of enum [ColorMap](./enum.ColorMap.html)
(&mut self, cmap: ColorMap)
| 299 | /// Set color map to be used for rendering image, it can take one of the values of enum |
| 300 | /// [ColorMap](./enum.ColorMap.html) |
| 301 | pub fn set_colormap(&mut self, cmap: ColorMap) { |
| 302 | self.cmap = cmap; |
| 303 | } |
| 304 | |
| 305 | /// Returns true if the window close is triggered by the user |
| 306 | pub fn is_closed(&self) -> bool { |
no outgoing calls
no test coverage detected