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