ncl_rgbhls (3) Linux Manual Page
RGBHLS – Converts a color specification given in the Red, Green, Blue (RGB) color space to color values in the Hue, Lightness, Saturation (HLS) color space. Synopsis CALL RGBHLS (R, G, B, H, L, S) C-Binding Synopsis #include <ncarg/ncargC.h> void c_rgbhls (float r, float g, float b, float *h, float *l, float *s) Description R…
