Home
last modified time | relevance | path

Searched refs:SHF_HUE (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dtarga.h174 #define SHF_HUE 0 macro
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dtarga.c514 targa.Hue = level&((~MSK_HUE)>>SHF_HUE); in SetHue()
516 targa.SatHue = (targa.SatHue&MSK_HUE) | (targa.Hue<<SHF_HUE); in SetHue()