Create a custom colormap from a "map" array.
| 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) | :: | map(:,:) | |||
| logical, | intent(in), | optional | :: | reverse | ||
| logical, | intent(in), | optional | :: | sanitize |