HLS.UNDEFINED

Hue is undefined if Saturation is 0 (grey-scale) This value determines where the Hue scrollbar is initially set for achromatic colors

struct HLS(COLOR, HLSTYPE = ushort, HLSTYPE HLSMAX = 240)
enum UNDEFINED = HLSMAX * 2 / 3;

Meta