You can create a custom colormap using Bezier interpolation:
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Colormap), | intent(inout) | :: | self | |||
| character(len=*), | intent(in) | :: | name | |||
| real(kind=wp), | intent(in) | :: | zmin | |||
| real(kind=wp), | intent(in) | :: | zmax | |||
| integer, | intent(in), | dimension(:, :) | :: | colors | ||
| integer, | intent(in) | :: | levels | |||
| logical, | intent(in), | optional | :: | reverse |