Hi,
I installed the VAPOR 3.8.
I want to draw a figure using the palette via modifying the colormap file.
While the file downloaded is totally beyond understanding.
The colormap file reads as follows:
I’m guessing that you’re looking at the .tf3 files located in Vapor’s share directory, or elsewhere. I’ve copied BlackBody.tf3’s ColorMapControlPoints section from the .xml file below.
BlackBody contains five color control points that are described by Hue, Saturation, Value, and Position values that range between 0 and 1. You can create your own custom HSVP values in this manner, as well as edit other parameters for your colormap in the .xml file.
If you’re not familiar with the HSV color space, this website can help you convert RGB values into HSV. Hope that helps.