Two Examples of Radiograph Color Mappings

CRF Formulas:
transform_color (cubehelix_color (t < 0.5 ? t : 1 - t), 30, 2, 1.5)
cubehelix_color (t, 0, 0.6, 3, 1)

#colormapping #radiograph #cubehelix

color-ramp-formulator

Algorithmically-defined color ramps generator, making use of formulas.

Codeberg.org