You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*[ ] A `get_colorbar()` function could return an `array(:,:,1:3)` containing the RGB image of the colorbar. The arguments could be the width and height, the direction (horizontal/vertical), etc.
*[ ] A `save()` method could save a colormap as RGB values separated by spaces in a `.lut` text file.
*[ ] Adding functions to create colormaps, for example defined by their two extremes colors: `create_linear(color1, color2)`.
## Development
*[ ] Add more automatic tests in `test/check.f90`.
*[ ] Add more automatic tests in `test/check.f90`.