Last updated 1 year ago
[DllImport("shlwapi.dll")] public static extern uint ColorHLSToRGB( ushort wHue, ushort wLuminance, ushort wSaturation );
Microsoft documentation: